diff options
Diffstat (limited to 'auto_tests/skeleton_test.c')
-rw-r--r-- | auto_tests/skeleton_test.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/auto_tests/skeleton_test.c b/auto_tests/skeleton_test.c index 89ef1b8b..27c9123a 100644 --- a/auto_tests/skeleton_test.c +++ b/auto_tests/skeleton_test.c | |||
@@ -9,6 +9,8 @@ | |||
9 | #include <stdlib.h> | 9 | #include <stdlib.h> |
10 | #include <time.h> | 10 | #include <time.h> |
11 | 11 | ||
12 | #include "helpers.h" | ||
13 | |||
12 | /* | 14 | /* |
13 | #include "../<stuff to test>" | 15 | #include "../<stuff to test>" |
14 | */ | 16 | */ |
@@ -20,12 +22,6 @@ START_TEST(test_creativetestnamegoeshere) | |||
20 | } | 22 | } |
21 | END_TEST | 23 | END_TEST |
22 | 24 | ||
23 | |||
24 | #define DEFTESTCASE(NAME) \ | ||
25 | TCase *tc_##NAME = tcase_create(#NAME); \ | ||
26 | tcase_add_test(tc_##NAME, test_##NAME); \ | ||
27 | suite_add_tcase(s, tc_##NAME); | ||
28 | |||
29 | Suite *creativesuitenamegoeshere_suite(void) | 25 | Suite *creativesuitenamegoeshere_suite(void) |
30 | { | 26 | { |
31 | Suite *s = suite_create("creativesuitedescritptiongoeshere"); | 27 | Suite *s = suite_create("creativesuitedescritptiongoeshere"); |