* build-aux/run-test (func_usage): Suggest to use the --error-exitcode
option.
+2025-07-23 Bruno Haible <bruno@clisp.org>
+
+ run-test: Suggest a more reliable way of invoking valgrind.
+ * build-aux/run-test (func_usage): Suggest to use the --error-exitcode
+ option.
+
2025-07-23 Bruno Haible <bruno@clisp.org>
thrd: Avoid conversion between different function pointer types.
Runs PROGRAM under the control of CHECKER.
CHECKER may be empty or a valgrind command with some options, such as
+'valgrind --tool=memcheck --error-exitcode=9 --num-callers=20'
+or
'valgrind --tool=memcheck --num-callers=20 --leak-check=yes --leak-resolution=high --show-reachable=yes'.
When CHECKER is not empty, it is recommended that the package has been