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

Allow processing the tests with parallel make.

This commit is contained in:
Bruno Haible
2009-12-20 10:44:14 +01:00
parent 5868508b8b
commit 995bb8d56e
2 changed files with 25 additions and 15 deletions

View File

@@ -1,3 +1,14 @@
2009-12-20 Bruno Haible <bruno@clisp.org>
Allow processing the tests with parallel make.
* tests/Makefile.in (check-link-c, check-link-c++): Remove rules.
(test.$(OBJEXT), test2.$(OBJEXT)): New rules.
(check-c): Add commands for building cout. Depend on test.$(OBJEXT).
(check-ada, check-modula3, check-pascal, check-lang-utf8): Depend on
test.$(OBJEXT).
(check-lang-ucs2): Depend on test2.$(OBJEXT).
Reported by Bryan Østergaard <kloeri@exherbo.org>.
2009-02-01 Brendan Kehoe <brendan@zen.org>
* gperf-3.0.4 released.