diff options
author | John Wiegley <johnw@newartisans.com> | 2011-03-29 13:33:20 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-03-29 13:33:20 -0400 |
commit | 0b8c3ed066a80b7f8cbd62140e7b967425f96ec5 (patch) | |
tree | af300f1818b8f4223b02c861ff4b230b1efa046a /tools | |
parent | af94c94a6f927e66cacd71b4625f785372fa438d (diff) | |
download | fork-ledger-0b8c3ed066a80b7f8cbd62140e7b967425f96ec5.tar.gz fork-ledger-0b8c3ed066a80b7f8cbd62140e7b967425f96ec5.tar.bz2 fork-ledger-0b8c3ed066a80b7f8cbd62140e7b967425f96ec5.zip |
Comment out running of tests that don't exist
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index f95f832e..4605c4a2 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -413,10 +413,10 @@ unittests: check 2>&1 | grep -v '^GuardMalloc:' @sh $(FULLCHECK) $(top_builddir)/ExprTests$(EXEEXT) --verify \ 2>&1 | grep -v '^GuardMalloc:' - @sh $(FULLCHECK) $(top_builddir)/DataTests$(EXEEXT) --verify \ - 2>&1 | grep -v '^GuardMalloc:' - @sh $(FULLCHECK) $(top_builddir)/ReportTests$(EXEEXT) --verify \ - 2>&1 | grep -v '^GuardMalloc:' +# @sh $(FULLCHECK) $(top_builddir)/DataTests$(EXEEXT) --verify \ +# 2>&1 | grep -v '^GuardMalloc:' +# @sh $(FULLCHECK) $(top_builddir)/ReportTests$(EXEEXT) --verify \ +# 2>&1 | grep -v '^GuardMalloc:' else unittests: check @test 1 -eq 1 |