* gnulib-tool (func_emit_tests_Makefile_am): Emit a dependency of
'check-am' on 'check-notice' that prints a notice.
+2021-06-10 Bruno Haible <bruno@clisp.org>
+
+ 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.
+
2021-06-10 Bruno Haible <bruno@clisp.org>
Clarify that compiler warnings in the Gnulib tests can be ignored.
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"