maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / posix_spawnp-tests
blob16369ff52f98349f81637c98ab423c8b0afcd495
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
11 tests/macros.h
13 Depends-on:
14 posix_spawn_file_actions_init
15 posix_spawn_file_actions_adddup2
16 posix_spawn_file_actions_addclose
17 posix_spawn_file_actions_addopen
18 posix_spawn_file_actions_destroy
19 posix_spawnattr_init
20 posix_spawnattr_setsigmask
21 posix_spawnattr_setflags
22 posix_spawnattr_destroy
23 stdbool
24 unistd
25 sys_wait
26 dup
27 environ
28 sh-filename
29 sigprocmask
30 waitpid
32 configure.ac:
34 Makefile.am:
35 TESTS += \
36   test-posix_spawn-dup2-stdout \
37   test-posix_spawn-dup2-stdin \
38   test-posix_spawnp-script
39 check_PROGRAMS += \
40   test-posix_spawn-dup2-stdout \
41   test-posix_spawn-dup2-stdin \
42   test-posix_spawnp-script
44 BUILT_SOURCES += test-posix_spawn-dup2-stdout.sh
45 test-posix_spawn-dup2-stdout.sh: test-posix_spawn-dup2-stdout.in.sh
46         $(AM_V_GEN)cp $(srcdir)/test-posix_spawn-dup2-stdout.in.sh $@-t
47         $(AM_V_at)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)cp $(srcdir)/test-posix_spawn-dup2-stdin.in.sh $@-t
53         $(AM_V_at)mv $@-t $@
54 MOSTLYCLEANFILES += test-posix_spawn-dup2-stdin.sh test-posix_spawn-dup2-stdin.sh-t
56 test_posix_spawnp_script_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/\"