Use --tool, needed on some platforms.
authorSimon Josefsson <simon@josefsson.org>
Wed, 10 May 2006 14:21:59 +0000 (14:21 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 10 May 2006 14:21:59 +0000 (14:21 +0000)
tests/Makefile.am

index 268ffad..6ffacb2 100644 (file)
@@ -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 \