summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-05-10 14:21:59 +0000
committerSimon Josefsson <simon@josefsson.org>2006-05-10 14:21:59 +0000
commitb971f51ab6b32c9e0f0e3887669e97df3090ed34 (patch)
treef25f26ebd1f8ba115b2dc6e93ea13adcaa6cda7c /tests
parent68c251c602156d5f02ce08474be7d77cd066a963 (diff)
downloadlibtasn1-b971f51ab6b32c9e0f0e3887669e97df3090ed34.tar.gz
libtasn1-b971f51ab6b32c9e0f0e3887669e97df3090ed34.tar.bz2
libtasn1-b971f51ab6b32c9e0f0e3887669e97df3090ed34.zip
Use --tool, needed on some platforms.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 268ffad..6ffacb2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -28,7 +28,7 @@ EXTRA_DIST = Test_parser.asn Test_tree.asn Test_tree_asn1_tab.c \
TESTS = Test_parser Test_tree Test_encoding
check_PROGRAMS = $(TESTS)
-VALGRIND=valgrind --leak-check=full --leak-resolution=high \
+VALGRIND=valgrind --tool=memcheck --leak-check=full --leak-resolution=high \
--show-reachable=yes --num-callers=50
TESTS_ENVIRONMENT = \
ASN1PARSER=$(srcdir)/Test_parser.asn \