verify: new macro 'assume'
[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 close
9 progname
10
11 configure.ac:
12
13 Makefile.am:
14 TESTS += test-spawn-pipe.sh
15 check_PROGRAMS += test-spawn-pipe-main test-spawn-pipe-child
16 test_spawn_pipe_main_LDADD = $(LDADD) @LIBINTL@
17 # The test-spawn-pipe-child program must be a real executable, not a libtool
18 # wrapper script, and should link against as few libraries as possible.
19 # Therefore don't link it against any libraries other than -lc.
20 test_spawn_pipe_child_LDADD =