OSDN Git Service

r292@cf-ppc-macosx: monabuilder | 2008-12-09 00:39:42 +0900
[pf3gnuchains/pf3gnuchains3x.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`