summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2018-06-19 11:47:08 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2018-06-19 11:47:08 (GMT)
commit03a3c09b1fc4fc80caec28b88b0fe09d612835b8 (patch)
treea5805f1eea3f1be3f9ed3f22c791ab9fd2dd72a0 /unix/Makefile.in
parent3c57d80efed172427e5aafa447365cb61439613c (diff)
downloadtcl-03a3c09b1fc4fc80caec28b88b0fe09d612835b8.zip
tcl-03a3c09b1fc4fc80caec28b88b0fe09d612835b8.tar.gz
tcl-03a3c09b1fc4fc80caec28b88b0fe09d612835b8.tar.bz2
new file: tools/valgrind_suppress. num-callers bumped from 8 to 24. Valgrind
now issues no "still reachable" reports for cmdAH.test.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 4277fad..060148f 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -262,7 +262,9 @@ GDB = gdb
TRACE = strace
TRACE_OPTS =
VALGRIND = valgrind
-VALGRINDARGS = --tool=memcheck --num-callers=8 --leak-resolution=high --leak-check=yes --show-reachable=yes -v
+VALGRINDARGS = --tool=memcheck --num-callers=24 \
+ --leak-resolution=high --leak-check=yes --show-reachable=yes -v \
+ --suppressions=$(TOOL_DIR)/valgrind_suppress
#--------------------------------------------------------------------------
# The information below should be usable as is. The configure script won't