Add target for valgrind debugging

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18835 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-22 16:43:08 +00:00
parent 6f01e34dcc
commit 411c05107d

View File

@@ -18,3 +18,10 @@ EXTRA_DIST = \
cf/make-proto.pl \
cf/check-symbols.sh \
cf/install-catman.sh
#
# Useful target for debugging
#
check-valgrind:
env TESTS_ENVIRONMENT="$(objdir)/libtool --mode execute valgrind --leak-check=full --quiet --suppressions=$(srcdir)/tools/valgrind-suppressions" make check