verify: new macro 'assume'
[gnulib.git] / modules / system-quote-tests
1 Status:
2 longrunning-test
3
4 Files:
5 tests/test-system-quote.sh
6 tests/test-system-quote-main.c
7 tests/test-system-quote-child.c
8 tests/macros.h
9
10 Depends-on:
11 stdbool
12 unistd
13 progname
14 popen
15 pclose
16
17 configure.ac:
18
19 Makefile.am:
20 TESTS += test-system-quote.sh
21 check_PROGRAMS += test-system-quote-main test-system-quote-child
22 test_system_quote_main_LDADD = $(LDADD) @LIBINTL@
23 # The test-system-quote-child program must be a real executable, not a libtool
24 # wrapper script, and should link against as few libraries as possible.
25 # Therefore don't link it against any libraries other than -lc.
26 test_system_quote_child_LDADD =