summaryrefslogtreecommitdiff
path: root/test/system/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-05-02 14:55:24 +0000
committerMorgan Deters <mdeters@gmail.com>2011-05-02 14:55:24 +0000
commit6b2eb793c0f1d3418eb119b6cfec66367074cb3e (patch)
treef3d98eb1e6b03a7af127f98a1b2a9a7376770ba7 /test/system/Makefile.am
parentc85ad30f2a291818a27a220833d219c1cbbb2a51 (diff)
fix broken build; sorry, all!
Diffstat (limited to 'test/system/Makefile.am')
-rw-r--r--test/system/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/Makefile.am b/test/system/Makefile.am
index 55688309e..40c045a74 100644
--- a/test/system/Makefile.am
+++ b/test/system/Makefile.am
@@ -40,6 +40,7 @@ AM_CPPFLAGS = \
"-I@top_srcdir@/src/prop/minisat" \
-D __STDC_LIMIT_MACROS \
-D __STDC_FORMAT_MACROS \
+ -D __BUILDING_CVC4_SYSTEM_TEST \
$(TEST_CPPFLAGS)
LIBADD = \
@abs_top_builddir@/src/parser/libcvc4parser.la \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback