git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18398 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-10 10:37:37 +00:00
parent 1e4060149a
commit 5ae4f1e39a

View File

@@ -1,5 +1,9 @@
2006-10-10 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/check-kdc.in: use wait-kdc.sh script
* kdc/check-digest.in: use wait-kdc.sh script
* 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