#include <testsuite.h>
Public Attributes | |
| const char * | name |
| The name of the test. | |
| test_func | run |
| The function to run to perform the test. | |
Definition at line 68 of file testsuite.h.
| const char* test_desc::name |
The function to run to perform the test.
Definition at line 73 of file testsuite.h.
Referenced by test_driver::runtest().