summaryrefslogtreecommitdiff
path: root/test/fullcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/fullcheck.sh')
-rwxr-xr-xtest/fullcheck.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/fullcheck.sh b/test/fullcheck.sh
index db63921d..fc89a13c 100755
--- a/test/fullcheck.sh
+++ b/test/fullcheck.sh
@@ -2,7 +2,10 @@
VALGRIND=''
if [ -x /usr/bin/valgrind -o -x /opt/local/bin/valgrind ]; then
- VALGRIND="valgrind -q"
+ VALGRIND="valgrind -q --track-origins=yes"
+ if [ `uname` = "Darwin" ]; then
+ VALGRIND="$VALGRIND --dsymutil=yes"
+ fi
fi
#export MallocGuardEdges=1