summaryrefslogtreecommitdiff
path: root/tests/test-verify.sh
Commit message (Collapse)AuthorAgeFilesLines
* verify tests: Fix spurious failure with parallel make.Bruno Haible2017-04-201-4/+5
| | | | | | | | | | | * 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>.
* verify: Avoid skipping the test on openSUSE 11.0.Bruno Haible2010-05-161-0/+4
|
* verify: automate testsEric Blake2010-05-051-0/+20
Had we automated this sooner, we would have caught the issue with gcc -Werror -Wredundant-decls sooner. * modules/verify-tests: New module. * tests/test-verify.sh: New file. * tests/test-verify.c: Guard each negative test with a unique id. Also avoid warning about unused left hand of comma expressions. Signed-off-by: Eric Blake <eblake@redhat.com>