log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / system-quote-tests
blobeb69bbd345fca1e386ea42f214493fc268564a8e
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) @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 =