diff options
author | John Wiegley <johnw@newartisans.com> | 2011-03-30 14:50:36 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-03-30 14:50:36 -0400 |
commit | 3896214336c880a8dcb13b79b01f616f25403919 (patch) | |
tree | 6a574b5d4e2f41067a1c8827e2acec2faf1d6b65 /tools/Makefile.am | |
parent | 487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed (diff) | |
parent | 1820f12ef16534f30e888f44b6d6602268fffcb9 (diff) | |
download | fork-ledger-3896214336c880a8dcb13b79b01f616f25403919.tar.gz fork-ledger-3896214336c880a8dcb13b79b01f616f25403919.tar.bz2 fork-ledger-3896214336c880a8dcb13b79b01f616f25403919.zip |
Merge branch 'next'
Diffstat (limited to 'tools/Makefile.am')
-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 |