diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-03-16 01:29:26 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-03-16 01:29:26 +0000 |
| commit | 4b0eadb78af87eb93ab227cd73e361fc5e497a65 (patch) | |
| tree | a0e58f91f6c63880a8f58a922978366fd7c70403 /src/config/ChangeLog | |
| parent | 5fc02dc6d9efc065cb6b95ef3246d968dc2a8e32 (diff) | |
| download | krb5-4b0eadb78af87eb93ab227cd73e361fc5e497a65.tar.gz krb5-4b0eadb78af87eb93ab227cd73e361fc5e497a65.tar.xz krb5-4b0eadb78af87eb93ab227cd73e361fc5e497a65.zip | |
Quick hack to make it easy to run valgrind on many of our test cases.
Notably, though, the dejagnu tests will not include valgrind.
* pre.in (MAYBE_VALGRIND): New variable.
* shlib.conf (*-*-linux*): Use it in RUN_ENV.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17742 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/ChangeLog')
| -rw-r--r-- | src/config/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 481de61ad..b14a4ce06 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +2006-03-15 Ken Raeburn <raeburn@mit.edu> + + * pre.in (MAYBE_VALGRIND): New variable. + * shlib.conf (*-*-linux*): Use it in RUN_ENV. + 2006-03-11 Ken Raeburn <raeburn@mit.edu> * pre.in (KRB_INCLUDES): Drop include/krb5 directories. |
