3 tests/test-verify-try.c
12 TESTS_ENVIRONMENT += MAKE='$(MAKE)'
13 TESTS += test-verify test-verify.sh
14 check_PROGRAMS += test-verify
15 # test-verify-try is never built, but test-verify.sh needs a rule to
16 # build test-verify-try.o.
17 EXTRA_PROGRAMS += test-verify-try
19 # This test expects compilation of test-verify-try.c to fail, and
20 # each time it fails, the makefile rule does not perform the usual
21 # "mv -f $name.Tpo $name.po, so tell make clean to remove that file.
22 MOSTLYCLEANFILES += .deps/test-verify-try.Tpo