Integrate unit tests in ci script

This commit is contained in:
o9000
2017-12-28 19:28:57 +01:00
parent 8e0bdcaedd
commit c41d75e54e
5 changed files with 52 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ void register_test_(Test *test, const char *name);
} \
void test_##name(Status *test_result_)
void run_all_tests();
void run_all_tests(bool verbose);
#define FAIL_TEST_ \
*test_result_ = FAILURE; \