aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/testsuite/Makefile.am')
-rw-r--r--libjava/testsuite/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/libjava/testsuite/Makefile.am b/libjava/testsuite/Makefile.am
deleted file mode 100644
index e1d359d8f76..00000000000
--- a/libjava/testsuite/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-## Process this file with automake to produce Makefile.in.
-
-AUTOMAKE_OPTIONS = foreign dejagnu no-installinfo
-
-# 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`
-
-RUNTESTFLAGS = @AM_RUNTESTFLAGS@
-