summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-01 22:43:51 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-01 22:43:51 -0400
commit67b9c917e6a0c434646d3190d3ea4586c6f548da (patch)
tree49f7caba2bf6196fdc537108bfc8cf74cb5aea9f
parentad424474758b9fbb501c84e9a63a2eaf17e81c85 (diff)
downloadfork-ledger-67b9c917e6a0c434646d3190d3ea4586c6f548da.tar.gz
fork-ledger-67b9c917e6a0c434646d3190d3ea4586c6f548da.tar.bz2
fork-ledger-67b9c917e6a0c434646d3190d3ea4586c6f548da.zip
Fixed a broken Makefile dependency
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 86834ae1..eb2026e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -387,7 +387,7 @@ GenerateTests: $(srcdir)/test/GenerateTests.py
FULLCHECK=$(srcdir)/test/fullcheck.sh
if HAVE_CPPUNIT
-cppunittests: $(TESTS)
+cppunittests: check
@sh $(FULLCHECK) $(top_builddir)/UtilTests$(EXEEXT) --verify \
2>&1 | grep -v '^GuardMalloc:'
@sh $(FULLCHECK) $(top_builddir)/MathTests$(EXEEXT) --verify \
@@ -399,7 +399,7 @@ cppunittests: $(TESTS)
@sh $(FULLCHECK) $(top_builddir)/ReportTests$(EXEEXT) --verify \
2>&1 | grep -v '^GuardMalloc:'
else
-cppunittests: $(TESTS)
+cppunittests: check
@test 1 -eq 1
endif