summaryrefslogtreecommitdiff
path: root/gnulib-tool
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-06-10 21:43:59 +0200
committerBruno Haible <bruno@clisp.org>2021-06-10 21:43:59 +0200
commitd465dd70e1ec5fe332160780eb66511028f5897b (patch)
tree3b56d4580ac1e792f5f7e6da45961ace2776d910 /gnulib-tool
parent16c3e1868a15a5946c0f0f7df6e107e9b3c6389d (diff)
downloadgnulib-d465dd70e1ec5fe332160780eb66511028f5897b.tar.gz
Clarify where to report test failures from Gnulib tests.
* gnulib-tool (func_emit_tests_Makefile_am): Emit a dependency of 'check-am' on 'check-notice' that prints a notice.
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-xgnulib-tool8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnulib-tool b/gnulib-tool
index d41d58ce84..4f97e63380 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -4275,6 +4275,14 @@ func_emit_tests_Makefile_am ()
echo " @echo '## You can ignore compiler warnings in this directory. ##'"
echo " @echo '## ---------------------------------------------------- ##'"
echo
+ # Arrange to print a message before executing the tests in this directory.
+ echo "check-am: check-notice"
+ echo "check-notice:"
+ echo " @echo '## ---------------------------------------------------- ##'"
+ echo " @echo '## ------------------- Gnulib tests ------------------- ##'"
+ echo " @echo '## Please report test failures to <bug-gnulib@gnu.org>. ##'"
+ echo " @echo '## ---------------------------------------------------- ##'"
+ echo
echo "# Clean up after Solaris cc."
echo "clean-local:"
echo " rm -rf SunWS_cache"