summaryrefslogtreecommitdiff
path: root/m4/valgrind-tests.m4
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* valgrind-tests: Doc fix and introduce AM_VALGRINDFLAGS.Simon Josefsson2021-05-141-7/+18
| | | | | | | * doc/valgrind-tests.texi (Using valgrind automatically): Clarify when the parallel vs serial test harness is used, suggested by Bruno Haible <bruno@clisp.org>. * m4/valgrind-tests.m4: Add VALGRIND_PROGRAM and AM_VALGRINDFLAGS.
* valgrind-tests: Fix 'sh: yes: unknown operand' error.Simon Josefsson2021-05-141-1/+1
| | | | * m4/valgrind-tests.m4: Protect variable usage.
* valgrind-tests: Fix LOG_VALGRIND when valgrind is missing.Simon Josefsson2021-05-141-4/+7
| | | | * m4/valgrind-tests.m4: Clear all variables when missing.
* valgrind-tests: Better option handling.Simon Josefsson2021-05-141-19/+48
| | | | | | * m4/valgrind-tests.m4: Support new variables VALGRINDFLAGS and DEFAULT_VALGRINDFLAGS. * doc/valgrind-tests.texi (Running self-tests under valgrind): Improve.
* valgrind-tests: Disable valgrind if it would cause all tests to fail.Bruno Haible2021-01-031-4/+24
| | | | | | | | | | Suggested by Simon Josefsson <simon@josefsson.org> in <https://lists.gnu.org/archive/html/help-gsasl/2021-01/msg00004.html>. * m4/valgrind-tests.m4 (gl_VALGRIND_TESTS): Test $VALGRIND on an executable produced by the current compiler. Set VALGRIND to empty if it does not work. Don't set VALGRIND to empty if it merely does not accept the --error-exitcode=1 --leak-check=full options.
* valgrind-tests: Really enable the valgrind options test.Bruno Haible2021-01-031-5/+8
| | | | | * m4/valgrind-tests.m4 (gl_VALGRIND_TESTS): Don't assume that the valgrind options --error-exitcode=1 --leak-check=full always work.
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
|
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
|
* valgrind-tests: use ls, and cachePaul Eggert2017-08-051-15/+15
| | | | | | * m4/valgrind-tests.m4: Test ls, not bash. Problem reported by Reuben Thomas. Also, cache the result so that it can be overridden.
* version-etc: new yearPaul Eggert2017-01-011-1/+1
| | | | | | | | | | * build-aux/gendocs.sh (version): * doc/gendocs_template: * doc/gendocs_template_min: * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright dates by hand in templates and the like. * all files: Run 'make update-copyright'.
* version-etc: new yearPaul Eggert2016-01-011-1/+1
| | | | | | | | | | * build-aux/gendocs.sh (version): * doc/gendocs_template: * doc/gendocs_template_min: * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright dates by hand in templates and the like. * all files: Run 'make update-copyright'.
* version-etc: new yearPaul Eggert2014-12-311-1/+1
| | | | | | * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date. * all files: Run 'make update-copyright'.
* valgrind-tests: fixed misleading help messageKieran Colford2014-05-301-2/+2
| | | | | | | The help message generated by a configure script using this module implied that valgrind was disabled by default, which it wasn't. Left the auto enablement in and patched the help message like: s/enable/disable/
* maint: update copyrightEric Blake2014-01-011-1/+1
| | | | | | I ran 'make update-copyright'. Signed-off-by: Eric Blake <eblake@redhat.com>
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
| | | | | | Run "make update-copyright". Compare to commit 1602f0a from last year. Signed-off-by: Eric Blake <eblake@redhat.com>
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* valgrind-tests.m4: Avoid breakage if valgrind on bash fails.Simon Josefsson2011-11-251-3/+6
| | | | | | * m4/valgrind-tests.m4: Check that the parameters that will be used works, not just a subset of them. Reported by Bruno Haible <bruno@clisp.org>.
* valgrind: do leak checking, and exit with code 1 on error (not 0)Reuben Thomas2011-03-251-2/+2
| | | | | * m4/valgrind-tests.m4: Add `--error-exitcode=1 --leak-check=full' to VALGRIND.
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
| | | | Run the new "make update-copyright" rule.
* Add new module valgrind-tests.Simon Josefsson2010-05-201-0/+34