view libmudflap/testsuite/Makefile.am @ 107:a3a2f64cf8f4

modify implementation of rectype
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 14 Jun 2012 19:44:54 +0900
parents a06113de4d67
children
line wrap: on
line source

## 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`