summaryrefslogtreecommitdiff
path: root/tests/test_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_main.c')
-rw-r--r--tests/test_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_main.c b/tests/test_main.c
index a870abdd5..6267cbc52 100644
--- a/tests/test_main.c
+++ b/tests/test_main.c
@@ -27,13 +27,13 @@
#undef BEGIN_TEST
#define BEGIN_TEST(name) extern void testfunc__##name(void);
-#include "test_contents"
+#include TEST_TOC
int main(int argc, char **argv)
{
#undef BEGIN_TEST
#define BEGIN_TEST(name) testfunc__##name();
-#include "test_contents"
+#include TEST_TOC
return 0;
}