diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 8 | ||||
-rwxr-xr-x | tools/proof | 3 |
2 files changed, 6 insertions, 5 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 diff --git a/tools/proof b/tools/proof index 0bd1e81f..3becb1c9 100755 --- a/tools/proof +++ b/tools/proof @@ -14,7 +14,8 @@ fi rm -fr ~/Products/ledger-proof -time ./acprep --enable-doxygen --universal -j16 --gcc46 --warn proof 2>&1 | \ +time nice -n 20 \ + ./acprep --enable-doxygen --universal -j16 --gcc45 --warn proof 2>&1 | \ tee ~/Desktop/proof.log if egrep -q '(ERROR|CRITICAL)' ~/Desktop/proof.log; then |