5 tests/test-system-quote.sh
6 tests/test-system-quote-main.c
7 tests/test-system-quote-child.c
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@ $(LIB_MBRTOWC)
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 =