diff options
author | deva <deva> | 2009-12-18 08:24:45 +0000 |
---|---|---|
committer | deva <deva> | 2009-12-18 08:24:45 +0000 |
commit | e113543bd84205fd53bf0871baab777ef6fc19f2 (patch) | |
tree | 4bd20b83ab6e84f8a82eedfc04502c161c137e6f /tools/Makefile.am.test | |
parent | e54d4c34b65c75f27a67c872ae5e8b205fb7d7d9 (diff) |
Missing rename.
Diffstat (limited to 'tools/Makefile.am.test')
-rw-r--r-- | tools/Makefile.am.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am.test b/tools/Makefile.am.test index f38f561..f48c43b 100644 --- a/tools/Makefile.am.test +++ b/tools/Makefile.am.test @@ -2,7 +2,7 @@ tests.make: ${pracrod_SOURCES} ${EXTRA_DIST} $(top_srcdir)/../tools/testlist > Makefile.am.test @touch Makefile.am -test: tests.make $(TESTFILES) +test: Makefile.am.test $(TESTFILES) @echo "All tests done." test_clean: @@ -10,5 +10,5 @@ test_clean: TESTLOGS = `for F in ${TESTFILES}; do echo $$F.log; done` -CLEANFILES = $(TESTFILES) $(TESTLOGS) tests.make *~ +CLEANFILES = $(TESTFILES) $(TESTLOGS) Makefile.am.test *~ |