summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am8
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