Fix ChangeLog entry for previous commit.
[gnulib.git] / modules / spawn-pipe-tests
blob64bcde2b5938d6a8e60d41d014509278d9937d75
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/qemu.h
10 tests/macros.h
12 Depends-on:
13 close
14 msvc-inval
15 stdbool
16 stdint
18 configure.ac:
20 Makefile.am:
21 TESTS += test-spawn-pipe.sh
22 check_PROGRAMS += test-spawn-pipe-main test-spawn-pipe-child
23 test_spawn_pipe_main_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
24 # The test-spawn-pipe-child program must be a real executable, not a libtool
25 # wrapper script, and should link against as few libraries as possible.
26 # Therefore don't link it against any libraries other than -lc.
27 test_spawn_pipe_child_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
28 test_spawn_pipe_child_LDADD =
30 TESTS += test-spawn-pipe-script
31 check_PROGRAMS += test-spawn-pipe-script
32 test_spawn_pipe_script_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
33 test_spawn_pipe_script_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/\"