Add target for valgrind debugging

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18837 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-22 16:48:40 +00:00
parent 66917e3fde
commit 457773c425

View File

@@ -233,3 +233,10 @@ endif
if DCE
LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
endif
#
# Useful target for debugging
#
check-valgrind:
env TESTS_ENVIRONMENT="$(top_builddir)/libtool --mode execute valgrind --leak-check=full --quiet --suppressions=$(top_srcdir)/cf/valgrind-suppressions" make check