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

Function main

src/fl/test/fltest.h:1938–1940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1936
1937#ifdef FLTEST_IMPLEMENT_MAIN
1938int main(int argc, char** argv) {
1939 return fl::test::TestContext::instance().run(argc, const_cast<const char**>(argv));
1940}
1941#endif
1942
1943// =============================================================================

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected