From 9cf89e4b43e5e018bb3103be1873a3993769ce4a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 20 Mar 2013 20:58:49 +0100 Subject: Add a bit of infrastructure for running valgrind * make memcheck: Runs basic memory checking * make leakcheck: Also runs leak checking --- doc/manual/p11-kit-devel.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/manual') diff --git a/doc/manual/p11-kit-devel.xml b/doc/manual/p11-kit-devel.xml index 52535d3..12beb5d 100644 --- a/doc/manual/p11-kit-devel.xml +++ b/doc/manual/p11-kit-devel.xml @@ -266,6 +266,10 @@ $ make install the tests. If you run it from a subdirectory only the tests in that directory will be run. + To check for memory errors or memory leaks, run make memcheck + or make leakcheck respectively. This requires valgrind + be installed. + Build p11-kit with the configure option to build code coverage support. -- cgit v1.1