Bump to 1.14.1
[platform/upstream/augeas.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 popen
14 pclose
15
16 configure.ac:
17
18 Makefile.am:
19 TESTS += test-system-quote.sh
20 check_PROGRAMS += test-system-quote-main test-system-quote-child
21 test_system_quote_main_LDADD = $(LDADD) @LIBINTL@
22 # The test-system-quote-child program must be a real executable, not a libtool
23 # wrapper script, and should link against as few libraries as possible.
24 # Therefore don't link it against any libraries other than -lc.
25 test_system_quote_child_LDADD =