posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / posix_spawnp-tests
blobe84d89d0ed714bf50d75053dcead78addc865b8d
1 Files:
2 tests/test-posix_spawn-dup2-stdout.c
3 tests/test-posix_spawn-dup2-stdout.in.sh
4 tests/test-posix_spawn-dup2-stdin.c
5 tests/test-posix_spawn-dup2-stdin.in.sh
6 tests/test-posix_spawnp-script.c
7 tests/executable-script
8 tests/executable-script.sh
9 tests/executable-shell-script
10 tests/signature.h
12 Depends-on:
13 posix_spawn_file_actions_init
14 posix_spawn_file_actions_adddup2
15 posix_spawn_file_actions_addclose
16 posix_spawn_file_actions_addopen
17 posix_spawn_file_actions_destroy
18 posix_spawnattr_init
19 posix_spawnattr_setsigmask
20 posix_spawnattr_setflags
21 posix_spawnattr_destroy
22 stdbool
23 unistd
24 sys_wait
25 dup
26 environ
27 sh-filename
28 sigprocmask
29 waitpid
31 configure.ac:
33 Makefile.am:
34 TESTS += \
35   test-posix_spawn-dup2-stdout \
36   test-posix_spawn-dup2-stdin \
37   test-posix_spawnp-script
38 check_PROGRAMS += \
39   test-posix_spawn-dup2-stdout \
40   test-posix_spawn-dup2-stdin \
41   test-posix_spawnp-script
43 BUILT_SOURCES += test-posix_spawn-dup2-stdout.sh
44 test-posix_spawn-dup2-stdout.sh: test-posix_spawn-dup2-stdout.in.sh
45         $(AM_V_GEN)rm -f $@-t $@ && \
46         cp $(srcdir)/test-posix_spawn-dup2-stdout.in.sh $@-t && \
47         mv $@-t $@
48 MOSTLYCLEANFILES += test-posix_spawn-dup2-stdout.sh test-posix_spawn-dup2-stdout.sh-t
50 BUILT_SOURCES += test-posix_spawn-dup2-stdin.sh
51 test-posix_spawn-dup2-stdin.sh: test-posix_spawn-dup2-stdin.in.sh
52         $(AM_V_GEN)rm -f $@-t $@ && \
53         cp $(srcdir)/test-posix_spawn-dup2-stdin.in.sh $@-t && \
54         mv $@-t $@
55 MOSTLYCLEANFILES += test-posix_spawn-dup2-stdin.sh test-posix_spawn-dup2-stdin.sh-t
57 test_posix_spawnp_script_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/\"