summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2010-03-10 13:40:08 +0100
committerSven Verdoolaege <skimo@kotnet.org>2010-03-10 17:23:02 +0100
commit08232ef0e9687f7daa0e122fbe211df055456b72 (patch)
tree7031f0ccd218200c8850098f001da774ac33bcda /Makefile.am
parentc841d8e3476d706c45b9b8f964a4717c417f0f5f (diff)
downloadisl-08232ef0e9687f7daa0e122fbe211df055456b72.tar.gz
isl-08232ef0e9687f7daa0e122fbe211df055456b72.tar.bz2
isl-08232ef0e9687f7daa0e122fbe211df055456b72.zip
add some pip tests from the piplib distribution
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1688c95e..cac79592 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ noinst_PROGRAMS = isl_test isl_polyhedron_sample isl_pip \
isl_polyhedron_minimize isl_polytope_scan \
isl_polyhedron_detect_equalities isl_cat \
isl_closure
-TESTS = isl_test
+TESTS = isl_test pip_test.sh
if HAVE_PIPLIB
ISL_PIPLIB = \
@@ -173,6 +173,7 @@ EXTRA_DIST = \
doc/mypod2latex \
doc/manual.tex \
doc/user.pod \
+ pip_test.sh \
test_inputs
dist-hook: