#include "CUnit.h"
#include "TestDB.h"
Go to the source code of this file.
Defines | |
| #define | automated_run_tests() CU_automated_run_tests() |
| Deprecated (version 1). | |
| #define | set_output_filename(x) CU_set_output_filename((x)) |
| Deprecated (version 1). | |
Functions | |
| void | CU_automated_run_tests (void) |
| Run CUnit tests using the automated interface. | |
| CU_ErrorCode | CU_list_tests_to_file (void) |
| Generate an xml file containing a list of all tests in all suites in the active registry. | |
| void | CU_set_output_filename (const char *szFilenameRoot) |
| Set the root file name for automated test output files. | |
1.3.9.1