1999-04-07 22:42:40 +08:00
|
|
|
## Process this file with automake to produce Makefile.in.
|
|
|
|
|
2001-04-05 07:38:53 +08:00
|
|
|
AUTOMAKE_OPTIONS = foreign dejagnu
|
1999-04-07 22:42:40 +08:00
|
|
|
|
|
|
|
# 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`
|
|
|
|
|
2002-06-24 12:44:53 +08:00
|
|
|
RUNTEST = "`if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
|
1999-04-07 22:42:40 +08:00
|
|
|
echo $(top_srcdir)/../dejagnu/runtest ; \
|
2002-06-24 12:44:53 +08:00
|
|
|
else echo runtest; fi` $(AM_RUNTESTFLAGS)"
|
1999-04-07 22:42:40 +08:00
|
|
|
|
2002-06-24 12:44:53 +08:00
|
|
|
## Tell dejagnu whether the interpreter is enabled.
|
|
|
|
AM_RUNTESTFLAGS = INTERPRETER=$(INTERPRETER)
|