iconv-h: Fix module description.
[gnulib.git] / modules / spawn-pipe-tests
blob5dbd28d74a5d5698c8dc1c3e02c362bf9e7018f2
1 Files:
2 tests/test-spawn-pipe.sh
3 tests/test-spawn-pipe-main.c
4 tests/test-spawn-pipe-child.c
5 tests/test-spawn-pipe-script.c
6 tests/executable-script
7 tests/executable-script.sh
8 tests/executable-shell-script
9 tests/macros.h
11 Depends-on:
12 close
13 msvc-inval
14 stdint
16 configure.ac:
18 Makefile.am:
19 TESTS += test-spawn-pipe.sh
20 check_PROGRAMS += test-spawn-pipe-main test-spawn-pipe-child
21 test_spawn_pipe_main_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
22 # The test-spawn-pipe-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_spawn_pipe_child_LDADD =
27 TESTS += test-spawn-pipe-script
28 check_PROGRAMS += test-spawn-pipe-script
29 test_spawn_pipe_script_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
30 test_spawn_pipe_script_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/\"