Hash :
cd6a4529
Author :
Date :
2016-02-02T21:39:44
verify-tests: also remove stray test-verify.Tpo * modules/verify-tests (Makefile.am): Arrange for "make clean" to remove the test-verify.Tpo file that is left behind by the automake-generated rule upon compilation failure. Otherwise, that .Tpo file would cause a failed "make distcheck" at least for grep.
Files:
tests/test-verify.c
tests/test-verify.sh
Depends-on:
test-framework-sh
configure.ac:
Makefile.am:
TESTS_ENVIRONMENT += MAKE='$(MAKE)'
TESTS += test-verify test-verify.sh
check_PROGRAMS += test-verify
# This test expects compilation of test-verify.c to fail, and
# each time it fails, the makefile rule does not perform the usual
# "mv -f $name.Tpo $name.po, so tell make clean to remove that file.
MOSTLYCLEANFILES += .deps/test-verify.Tpo