aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libmudflap/testsuite/Makefile.am
blob: a2c1e9f4ea311e7ad5489a26137a95be8c5ba771 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Process this with automake to create Makefile.in

AUTOMAKE_OPTIONS = foreign dejagnu

EXPECT = `if [ -f ../../expect/expect ] ; then \
	  echo ../../expect/expect ; \
	  else echo expect ; fi`

RUNTEST = `if [ -f ${srcdir}/../../dejagnu/runtest ] ; then \
	   echo ${srcdir}/../../dejagnu/runtest ; \
	   else echo runtest ;  fi`