]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libmudflap/testsuite/Makefile.am
Imported gcc-4.4.3
[msp430-gcc.git] / libmudflap / testsuite / Makefile.am
diff --git a/libmudflap/testsuite/Makefile.am b/libmudflap/testsuite/Makefile.am
new file mode 100644 (file)
index 0000000..a2c1e9f
--- /dev/null
@@ -0,0 +1,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`