aboutsummaryrefslogtreecommitdiff
path: root/libmudflap/testsuite/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libmudflap/testsuite/Makefile.am')
-rw-r--r--libmudflap/testsuite/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/libmudflap/testsuite/Makefile.am b/libmudflap/testsuite/Makefile.am
deleted file mode 100644
index a2c1e9f..0000000
--- a/libmudflap/testsuite/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-## Process this with automake to create Makefile.in
-
-AUTOMAKE_OPTIONS = foreign dejagnu
-
-EXPECT = `if [ -f ../../expect/expect ] ; then \
- echo ../../expect/expect ; \
- else echo expect ; fi`
-
-RUNTEST = `if [ -f ${srcdir}/../../dejagnu/runtest ] ; then \
- echo ${srcdir}/../../dejagnu/runtest ; \
- else echo runtest ; fi`