putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / verify-tests
blob67b0f4ce7b603c480dc102f1887a351f8b57e1e8
1 Files:
2 tests/test-verify.c
3 tests/test-verify-try.c
4 tests/test-verify.sh
6 Depends-on:
7 test-framework-sh
9 configure.ac:
11 Makefile.am:
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