MCPcopy Create free account
hub / github.com/FastLED/FastLED / main

Function main

tests/fl/test/fltest.cpp:771–773  ·  view source on GitHub ↗

Main function for standalone testing (when built without doctest)

Source from the content-addressed store, hash-verified

769#else
770// Main function for standalone testing (when built without doctest)
771int main(int argc, char** argv) {
772 return fl::test::TestContext::instance().run(argc, const_cast<const char**>(argv));
773}
774#endif

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected