25 #include <libfocunit.h> 32 #include <CUnit/CUnit.h> 33 #include <CUnit/Automated.h> 40 #include "nomos_regex.h" 41 #include "_autodefs.h" 51 extern CU_TestInfo nomos_gap_testcases[];
52 extern CU_TestInfo doctorBuffer_testcases[];
57 #if CU_VERSION_P == 213 60 {
"Testing process:", NULL, NULL, NULL, NULL, nomos_gap_testcases},
61 {
"Testing doctor Buffer:", NULL, NULL, NULL, NULL, doctorBuffer_testcases},
67 {
"Testing process:", NULL, NULL, nomos_gap_testcases},
68 {
"Testing doctor Buffer:", NULL, NULL, doctorBuffer_testcases},
77 int main(
int argc,
char** argv)
79 return focunit_main(argc, argv,
"nomos_Util_Tests",
suites);
Structure holding data truly global in that it remains consistent for each file scanned.
CU_SuiteInfo suites[]
all test suites for delagent
Struct that tracks state related to current file being scanned.