2 tests/test-spawn-pipe.sh
3 tests/test-spawn-pipe-main.c
4 tests/test-spawn-pipe-child.c
15 TESTS += test-spawn-pipe.sh
16 check_PROGRAMS += test-spawn-pipe-main test-spawn-pipe-child
17 test_spawn_pipe_main_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
18 # The test-spawn-pipe-child program must be a real executable, not a libtool
19 # wrapper script, and should link against as few libraries as possible.
20 # Therefore don't link it against any libraries other than -lc.
21 test_spawn_pipe_child_LDADD =