summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-11 18:16:43 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-11 18:16:43 +0000
commit9c00ca95cc39d2cc45d9cd1a0002372377276b62 (patch)
treed5d4bc93cd6a7ef90ad0f67f96405a318fe052d2 /tests
parent8adb31d6f2b006dc21545e754d09f0714204dbca (diff)
downloadmpc-9c00ca95cc39d2cc45d9cd1a0002372377276b62.tar.gz
added checks for existence of warning flags
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@106 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 096a06a..a66a3fc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,7 +2,7 @@
LDADD = $(top_builddir)/src/libmpc.la
-AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/tests
+AM_CPPFLAGS = -I$(top_srcdir)/src
check_PROGRAMS = tadd test tcos tdiv texp tlog tmul tsin tsqr tsqrt tsub
TESTS = $(check_PROGRAMS)