diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index e65ec5790..f615715e4 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,3 +1,8 @@ +2006-10-10 Love Hörnquist Åstrand + + * test_*.in: Parameterise the invocation of hxtool, so we can make + it run under TESTS_ENVIRONMENT. From Andrew Bartlett + 2006-10-08 Love Hörnquist Åstrand * test_crypto.in: Put all test stuck at 2006-09-25 since all their diff --git a/tests/ChangeLog b/tests/ChangeLog index bd88dcf0e..183679a3c 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2006-10-10 Love Hörnquist Åstrand + + * 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 + 2006-10-07 Love Hörnquist Åstrand * gss/Makefile.am: splits script tests and binary tests