diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-16 19:26:42 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-16 19:26:42 +0200 |
commit | 919586f8d86ceed1f979967a453f4812fc10d80b (patch) | |
tree | f2cf0a54b778b64dccdbeb2ef0b90056bbd01211 /tools/Makefile.am.test | |
parent | bc7d41279222dbd07f8e6f02f067347d10c69f33 (diff) | |
parent | 1dcb87f400b36f773942562db901e134d14ef8ed (diff) |
Merge branch 'master' of http://git.drumgizmo.org/drumgizmo
Diffstat (limited to 'tools/Makefile.am.test')
-rw-r--r-- | tools/Makefile.am.test | 14 |
1 files changed, 0 insertions, 14 deletions
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 *~ - |