From e2e7e84803bd22e5a6dc6d38d683985319e12da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 10 Oct 2006 09:34:39 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18390 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 5 +++++ tests/ChangeLog | 6 ++++++ 2 files changed, 11 insertions(+) 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