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

◆ TestResult()

simd_test::TestResult::TestResult ( const char * name)
inline

Definition at line 15 of file test_result.h.

15: test_name(name), passed(true), error_msg(nullptr) {}
const char * test_name
Definition test_result.h:11
const char * error_msg
Definition test_result.h:13

References error_msg, passed, and test_name.