summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2014-03-26 20:18:58 -0700
committerJosh Triplett <josh@joshtriplett.org>2014-03-26 20:20:31 -0700
commit9946a92af31b30cb7760150d1f8ca6c11b01aeea (patch)
treefcff6b9448cc826e67d09effb471c4340b66e828 /testsuite
parentacb202325215058639234efb7af1f04c1c8a1f44 (diff)
downloadlibffi-9946a92af31b30cb7760150d1f8ca6c11b01aeea.tar.gz
Stop looking for expect and runtest above top_builddir
Users wishing to test hand-compiled versions of expect and runtest can easily enough put them in their path or set EXPECT and RUNTEST themselves.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 4128536..acd15c5 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -2,15 +2,6 @@
AUTOMAKE_OPTIONS = foreign dejagnu
-# Setup the testing framework, if you have one
-EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
- echo $(top_builddir)/../expect/expect ; \
- else echo expect ; fi`
-
-RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
- echo $(top_srcdir)/../dejagnu/runtest ; \
- else echo runtest; fi`
-
EXTRA_DEJAGNU_SITE_CONFIG=../local.exp
CLEANFILES = *.exe core* *.log *.sum