|
xapian-core
1.4.29
|
Structure holding a description of a test. More...
#include <testsuite.h>
Public Attributes | |
| const char * | name |
| The name of the test. More... | |
| void(* | run )() |
| The function to run to perform the test. More... | |
Structure holding a description of a test.
Definition at line 77 of file testsuite.h.
| const char* test_desc::name |
The name of the test.
Definition at line 79 of file testsuite.h.
Referenced by test_driver::do_run_tests().
| void(* test_desc::run) () |
The function to run to perform the test.
Definition at line 82 of file testsuite.h.
Referenced by test_driver::runtest().