OSDN Git Service

* configure.host (hppa*-*): Set 'enable_hash_synchronization_default'
[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 # May be used by various substitution variables.
6 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
7
8 # autoconf2.13's target_alias
9 target_noncanonical = @target_noncanonical@
10
11 # Setup the testing framework, if you have one
12 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
13             echo $(top_builddir)/../expect/expect ; \
14           else echo expect ; fi`
15
16 RUNTEST = "`if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
17                echo $(top_srcdir)/../dejagnu/runtest ; \
18             else echo runtest; fi` $(AM_RUNTESTFLAGS)"
19
20 ## Tell dejagnu whether the interpreter is enabled.
21 AM_RUNTESTFLAGS = INTERPRETER=$(INTERPRETER)