OSDN Git Service

0cd4aee0b88ebbef0eba1bed3cab0d8d26bf46d7
[pf3gnuchains/gcc-fork.git] / libjava / testsuite / Makefile.am
1 ## Process this file with automake to produce Makefile.in.
2
3 AUTOMAKE_OPTIONS = foreign dejagnu
4
5 # autoconf2.13's target_alias
6 target_noncanonical = @target_noncanonical@
7
8 # Setup the testing framework, if you have one
9 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
10             echo $(top_builddir)/../expect/expect ; \
11           else echo expect ; fi`
12
13 RUNTEST = "`if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
14                echo $(top_srcdir)/../dejagnu/runtest ; \
15             else echo runtest; fi` $(AM_RUNTESTFLAGS)"
16
17 ## Tell dejagnu whether the interpreter is enabled.
18 AM_RUNTESTFLAGS = INTERPRETER=$(INTERPRETER)