summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/system/Makefile.am2
-rw-r--r--test/unit/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/system/Makefile.am b/test/system/Makefile.am
index 0cd633dc6..e8e3f8c87 100644
--- a/test/system/Makefile.am
+++ b/test/system/Makefile.am
@@ -63,10 +63,10 @@ endif
AM_CPPFLAGS = \
-I. \
+ "-I@top_builddir@/src" \
"-I@top_srcdir@/src/include" \
"-I@top_srcdir@/lib" \
"-I@top_srcdir@/src" \
- "-I@top_builddir@/src" \
"-I@top_srcdir@/src/prop/minisat" \
-D __STDC_LIMIT_MACROS \
-D __STDC_FORMAT_MACROS \
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am
index a287b7520..a5530ab6d 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -68,10 +68,10 @@ if HAVE_CXXTESTGEN
AM_CPPFLAGS = \
-I. \
"-I@CXXTEST@" \
+ "-I@top_builddir@/src" \
"-I@top_srcdir@/src/include" \
"-I@top_srcdir@/lib" \
"-I@top_srcdir@/src" \
- "-I@top_builddir@/src" \
"-I@top_srcdir@/src/prop/minisat" \
-D __STDC_LIMIT_MACROS \
-D __STDC_FORMAT_MACROS \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback