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

◆ skipTest()

void fl::test::skipTest ( const char * reason,
const char * file,
int line )

Record that the current test should be skipped.

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

488 {
489 sCurrentTestSkipped = true;
490 sSkipReason = reason;
491 fl::printf(" [SKIPPED] %s:%d: %s\n", file, line, reason);
492}
static bool sCurrentTestSkipped
static const char * sSkipReason
void printf(const char *format, const Args &... args) FL_NOEXCEPT
Printf-like formatting function that prints directly to the platform output.
Definition stdio.h:635

References FL_NOEXCEPT, fl::printf(), sCurrentTestSkipped, and sSkipReason.

+ Here is the call graph for this function: