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:
Love Hörnquist Åstrand
2006-10-10 09:30:20 +00:00
parent 4f9be7d03f
commit fc309685c9
5 changed files with 26 additions and 23 deletions

View File

@@ -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