Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | verify tests: Fix spurious failure with parallel make. | Bruno Haible | 2017-04-20 | 1 | -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 Haible | 2010-05-16 | 1 | -0/+4 |
| | |||||
* | verify: automate tests | Eric Blake | 2010-05-05 | 1 | -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> |