summaryrefslogtreecommitdiff
path: root/gnulib-tool
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-04-20 21:27:40 +0200
committerBruno Haible <bruno@clisp.org>2017-04-20 21:29:01 +0200
commita7bd2403d2d3e49a8698495e74cdbe6a5261128a (patch)
tree1ec40b96c5f1684276e581ef5fc5380c57263c95 /gnulib-tool
parent959b2dff5af5e6ea63773bdf2f516d9c1af586e4 (diff)
downloadgnulib-a7bd2403d2d3e49a8698495e74cdbe6a5261128a.tar.gz
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>.
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-xgnulib-tool1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnulib-tool b/gnulib-tool
index b6726452cd..d5c290267f 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -3883,6 +3883,7 @@ func_emit_tests_Makefile_am ()
if ! $for_test; then
echo "check_PROGRAMS ="
fi
+ echo "EXTRA_PROGRAMS ="
echo "noinst_HEADERS ="
echo "noinst_LIBRARIES ="
if $use_libtests; then