diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-12-30 09:42:38 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-12-30 09:42:38 +0530 |
commit | 31cd0548168e87ecfba01cc33e9609ac2b95b70f (patch) | |
tree | e4422537c74ccc8e30f808233550987b5aa3237d /ChangeLog | |
parent | a9b0101475c9894f210e20efa9738eba56d33f19 (diff) | |
download | glibc-31cd0548168e87ecfba01cc33e9609ac2b95b70f.tar.gz glibc-31cd0548168e87ecfba01cc33e9609ac2b95b70f.tar.xz glibc-31cd0548168e87ecfba01cc33e9609ac2b95b70f.zip |
Fix pretty printer tests for run-built-tests == no
In my change to add configure tests for python I had a brainfart where I tried to filter out unsupported tests from tests-printers-programs instead of tests-printers to select tests to build. I realize now that all of that is completely unnecessary and it would be safe to just build the tests as long as we don't try to run it. This patch reverts that bit of the change. Tested with run-built-tests = no in config.make. * Rules (tests): Add tests-printers-programs to tests to be built.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 60b905d569..f188d884ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-12-30 Siddhesh Poyarekar <siddhesh@sourceware.org> + + * Rules (tests): Add tests-printers-programs to tests to be + built. + 2016-12-28 Adhemerval Zanella <adhemerval.zanella@linaro.org> * sysvipc/Makefile (tests): Add test-sysvshm. |