From 3ba41d0f74a62bed0adcb6ffc51b8f8a57210b73 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 16 May 2013 08:07:07 +0200 Subject: Remove test framework. TODO: Replace it with a new one at some point... --- tools/Makefile.am.test | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tools/Makefile.am.test (limited to 'tools/Makefile.am.test') diff --git a/tools/Makefile.am.test b/tools/Makefile.am.test deleted file mode 100644 index 5c5e8c7..0000000 --- a/tools/Makefile.am.test +++ /dev/null @@ -1,14 +0,0 @@ -Makefile.am.test: ${TEST_SOURCE_DEPS} - ${TEST_SCRIPT_DIR}/testlist > Makefile.am.test - @touch Makefile.am - -test: Makefile.am.test $(TESTFILES) - @echo "All tests done." - -test_clean: - rm -f $(TESTFILES) $(TESTLOGS) - -TESTLOGS = `for F in ${TESTFILES}; do echo $$F.log; done` - -CLEANFILES = $(TESTFILES) $(TESTLOGS) Makefile.am.test *~ - -- cgit v1.2.3