1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Fix failure of "make check -j2".

This commit is contained in:
Bruno Haible
2018-09-08 17:12:15 +02:00
parent 5f4cf73df2
commit 11487a61ce
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2018-09-08 Bruno Haible <bruno@clisp.org>
Fix failure of "make check -j2".
Reported and fix provided by Bernhard M. Wiedemann in
<https://savannah.gnu.org/bugs/?53208>.
* tests/Makefile.in (check-test): Depend on 'check-ada'.
2018-09-08 Bruno Haible <bruno@clisp.org>
Don't print uninitialized hash values in debug mode.