|
FastLED 3.9.15
|
Stores the result of a single SIMD test.
Definition at line 10 of file test_result.h.
#include <test_result.h>
Public Member Functions | |
| TestResult (const char *name) | |
| void | fail (const char *msg) |
Public Attributes | |
| const char * | error_msg |
| bool | passed |
| const char * | test_name |