]> Savannah Git Hosting - gnulib.git/commit
verify tests: Fix spurious failure with parallel make.
authorBruno Haible <bruno@clisp.org>
Thu, 20 Apr 2017 19:27:40 +0000 (21:27 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 20 Apr 2017 19:29:01 +0000 (21:29 +0200)
commita7bd2403d2d3e49a8698495e74cdbe6a5261128a
tree1ec40b96c5f1684276e581ef5fc5380c57263c95
parent959b2dff5af5e6ea63773bdf2f516d9c1af586e4
verify tests: Fix spurious failure with parallel make.

* gnulib-tool (func_emit_tests_Makefile_am): Emit initialization of
EXTRA_PROGRAMS.
* tests/test-verify.sh: Build test-verify-try.o, not test-verify.o.
* tests/test-verify-try.c: New file.
* modules/verify-tests (Files): Add it.
(EXTRA_PROGRAMS): Add test-verify-try.
(MOSTLYCLEANFILES): Update accordingly.
Reported by Adam James Stewart <ajstewart@anl.gov>.
ChangeLog
gnulib-tool
modules/verify-tests
tests/test-verify-try.c [new file with mode: 0644]
tests/test-verify.sh