blob: 8c6249d9d1299a462758ac3f0b0fd7bfb2382387 [file] [log] [blame]
Vinu Rajashekhar888dc3f2010-07-26 04:21:01 -07001## Process this file with automake to produce Makefile.in.
2
3AUTOMAKE_OPTIONS = foreign dejagnu
4
5# Setup the testing framework, if you have one
6EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
7 echo $(top_builddir)/../expect/expect ; \
8 else echo expect ; fi`
9
10RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
11 echo $(top_srcdir)/../dejagnu/runtest ; \
12 else echo runtest; fi`
13
Vinu Rajashekhar5d0293b2010-08-25 16:59:52 -070014# When running the tests we set GCC_EXEC_PREFIX to the install tree so that
15# files that have already been installed there will be found. The -B option
16# overrides it, so use of GCC_EXEC_PREFIX will not result in using GCC files
17# from the install tree.
18
19AM_RUNTESTFLAGS = "TEST_GCC_EXEC_PREFIX=$(libdir)/gcc"
Vinu Rajashekhar888dc3f2010-07-26 04:21:01 -070020
21CLEANFILES = *.log *.sum