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

@@ -39,7 +39,7 @@ objdir="@objdir@"
R=EXAMPLE.ORG
kadmin="../../kadmin/kadmin -l -r $R"
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"
KRB5_CONFIG="${objdir}/krb5.conf"
export KRB5_CONFIG