summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-01-23 12:03:33 +0000
committerBruno Haible <bruno@clisp.org>2003-01-23 12:03:33 +0000
commita9916548fa1098050c0d576c3f8356b439ac0aaf (patch)
treebae913c4763ad14699a99393e66bc156a2306c63 /tests
parent83440a2aed0e8b914e5278666d7f2cfec13c50ab (diff)
downloadgperf-a9916548fa1098050c0d576c3f8356b439ac0aaf.tar.gz
Fix memory leaks.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 56c7058..e78fafc 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -48,6 +48,7 @@ SHELL = /bin/sh
VPATH = $(srcdir)
GPERF = ../src/gperf
+#GPERF = valgrind --num-callers=20 --leak-check=yes --leak-resolution=high --show-reachable=yes ../src/gperf
all :