Heimdal uses TESTS_ENVIRONMENT before every binary being tested directly from the Makefile. This now uses the same for the scripts, so we can run them under valgrind. From Andrew Bartlet
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18389 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
objdir="@objdir@"
|
||||
gssdir="${objdir}/../../lib/gssapi"
|
||||
|
||||
${gssdir}/gss help > /dev/null || exit 1
|
||||
${gssdir}/gss supported-mechanisms > /dev/null || exit 1
|
||||
${TESTS_ENVIRONMENT} ${gssdir}/gss help > /dev/null || exit 1
|
||||
${TESTS_ENVIRONMENT} ${gssdir}/gss supported-mechanisms > /dev/null || exit 1
|
||||
|
||||
exit 0
|
||||
|
||||
|
Reference in New Issue
Block a user