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:
@@ -233,3 +233,10 @@ endif
|
|||||||
if DCE
|
if DCE
|
||||||
LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
|
LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
|
||||||
endif
|
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
|
||||||
|
Reference in New Issue
Block a user