diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d92a287..18d6314 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -7,7 +7,8 @@ TESTS = foodtest EXTRA_DIST = maketests.sh \ foodtest.in \ types.c \ - util.c + util.c \ + parser.c check_PROGRAMS = foodtest |