diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-16 18:12:44 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-16 18:12:44 +0000 |
commit | ea1409191cc1e71273b2dbdd94e7ab5fc5a60a51 (patch) | |
tree | f0ee711513dfc86d67d3a61f996bdc15e75fce66 | |
parent | 3aa0adc0cc4539ec9bb62ccf6d535240dad19e58 (diff) |
more callersRELEASE-0_9_6
Original commit message from CVS:
more callers
-rw-r--r-- | check.mak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,11 +37,11 @@ LOOPS = 10 # valgrind any given test by running make test.valgrind %.valgrind: % $(TESTS_ENVIRONMENT) \ - CK_DEFAULT_TIMEOUT=20 \ + CK_DEFAULT_TIMEOUT=60 \ libtool --mode=execute \ $(VALGRIND_PATH) -q --suppressions=$(SUPPRESSIONS) \ --tool=memcheck --leak-check=full --trace-children=yes \ - --leak-resolution=high \ + --leak-resolution=high --num-callers=20 \ $* 2>&1 | tee valgrind.log @if grep "==" valgrind.log > /dev/null 2>&1; then \ rm valgrind.log; \ |