From b30cd3e1b8d1162c529bfdd602d0d56ccd2e38c7 Mon Sep 17 00:00:00 2001 From: gramanas Date: Fri, 20 May 2022 13:15:14 +0300 Subject: aha --- tests/foodtest.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/foodtest.in') 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) { -- cgit v1.2.3