maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / system-quote-tests
blob8ac3a673579f987db1a8100c8c7fa74d292c160a
1 Status:
2 longrunning-test
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
10 Depends-on:
11 stdbool
12 unistd
13 popen
14 pclose
16 configure.ac:
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) $(LIBUNISTRING) @LIBINTL@ $(MBRTOWC_LIB) $(LIBC32CONV)
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_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
26 test_system_quote_child_LDADD =