1 // all_tests.c written by Mitchell Foral. mitchell<att>caladbolg.net.
2 // See COPYING for license information.
6 #include "detector_test.h"
7 #include "license_test.h"
9 #include "parser_test.h"
10 #include "sourcefile_test.h"
13 printf("Running sourcefile tests\n");
14 all_sourcefile_tests();
15 printf("Running detector tests\n");
17 printf("Running license tests\n");
19 printf("Running parser tests\n");
21 printf("Running loc tests\n");
27 printf("ALL TESTS PASSED.\n");