diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-01-01 09:27:03 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-01-01 09:27:03 +0100 |
commit | 34a63b097335d3411080b5b6e5b164ab36563847 (patch) | |
tree | fcc6a72f47cd223356c02d69de4ee1697169d4ec /ChangeLog | |
parent | 779032576d9275b627c547f6a539e12b615a91eb (diff) | |
download | glibc-34a63b097335d3411080b5b6e5b164ab36563847.tar glibc-34a63b097335d3411080b5b6e5b164ab36563847.tar.gz glibc-34a63b097335d3411080b5b6e5b164ab36563847.tar.bz2 glibc-34a63b097335d3411080b5b6e5b164ab36563847.zip |
malloc: Run tunables tests only if tunables are enabled
Otherwise, the environment variable will not have any effect and
the test will fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2017-01-01 Florian Weimer <fweimer@redhat.com> + + * malloc/Makefile (tests): Add tst-malloc-usable-tunables for + have-tunables only. + (tests-static): Add tst-malloc-usable-static-tunables for + have-tunables only. + 2017-01-01 Joseph Myers <joseph@codesourcery.com> * scripts/config.guess: Update to version 2017-01-01. |