NEWS.stable: log cherry-pick [ae006b4]->[4a9738e] strtoimax: Avoid link error on...
[gnulib.git] / modules / spawn-pipe-tests
1 Files:
2 tests/test-spawn-pipe.sh
3 tests/test-spawn-pipe-main.c
4 tests/test-spawn-pipe-child.c
5 tests/macros.h
6
7 Depends-on:
8
9 configure.ac:
10
11 Makefile.am:
12 TESTS += test-spawn-pipe.sh
13 check_PROGRAMS += test-spawn-pipe-main test-spawn-pipe-child
14 test_spawn_pipe_main_LDADD = $(LDADD) @LIBINTL@
15 # The test-spawn-pipe-child program must be a real executable, not a libtool
16 # wrapper script, and should link against as few libraries as possible.
17 # Therefore don't link it against any libraries other than -lc.
18 test_spawn_pipe_child_LDADD =