summaryrefslogtreecommitdiffstats
path: root/tests/foodtest.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/foodtest.in')
-rw-r--r--tests/foodtest.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/foodtest.in b/tests/foodtest.in
index 484cfeb..8d45f26 100644
--- a/tests/foodtest.in
+++ b/tests/foodtest.in
@@ -4,8 +4,14 @@
/*
* Source files check by this suite:
*/
+#include "../src/parser.c"
#include "../src/types.c"
#include "../src/util.c"
+
+#define is1(arg) ck_assert_int_eq(arg, 1)
+#define is0(arg) ck_assert_int_eq(arg, 0)
+
+
/*
* Test suite based on check
*
@@ -19,6 +25,7 @@
*/
#include "types.c"
#include "util.c"
+#include "parser.c"
Suite * foodtest_suite(void)
{