2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libjava / testsuite / Makefile.am
blob4bfc50dbb110e99dfe6eede2dfcd6cf0d5298145
1 ## Process this file with automake to produce Makefile.in.
3 AUTOMAKE_OPTIONS = foreign dejagnu
5 # Setup the testing framework, if you have one
6 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
7             echo $(top_builddir)/../expect/expect ; \
8           else echo expect ; fi`
10 RUNTEST = "`if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
11                echo $(top_srcdir)/../dejagnu/runtest ; \
12             else echo runtest; fi` $(AM_RUNTESTFLAGS)"
14 ## Tell dejagnu whether the interpreter is enabled.
15 AM_RUNTESTFLAGS = INTERPRETER=$(INTERPRETER)