FastLED 3.9.15
Loading...
Searching...
No Matches

◆ run() [2/2]

int fl::test::TestContext::run ( int argc = 0,
const char *const * argv = nullptr )

Definition at line 112 of file fltest.cpp.hpp.

112 {
113 // Extract filter from first arg if present
114 const char* filter = nullptr;
115 if (argc > 1 && argv && argv[1]) {
116 filter = argv[1];
117 }
118 return run(filter);
119}
int run(int argc=0, const char *const *argv=nullptr) FL_NOEXCEPT

References FL_NOEXCEPT, and run().

Referenced by run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: