From 822b054ab20791370fc857e74fc81e4c05031285 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 17 Dec 2009 13:34:55 +0000 Subject: Script rearrangement + autogen hack (very ugly) to fix test bootstrap problem. --- tools/Makefile.am.test | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tools/Makefile.am.test (limited to 'tools') diff --git a/tools/Makefile.am.test b/tools/Makefile.am.test new file mode 100644 index 0000000..f38f561 --- /dev/null +++ b/tools/Makefile.am.test @@ -0,0 +1,14 @@ +tests.make: ${pracrod_SOURCES} ${EXTRA_DIST} + $(top_srcdir)/../tools/testlist > Makefile.am.test + @touch Makefile.am + +test: tests.make $(TESTFILES) + @echo "All tests done." + +test_clean: + rm -f $(TESTFILES) $(TESTLOGS) + +TESTLOGS = `for F in ${TESTFILES}; do echo $$F.log; done` + +CLEANFILES = $(TESTFILES) $(TESTLOGS) tests.make *~ + -- cgit v1.2.3