vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / posix_spawn-tests
blobee505c0389d351a538ca771ddaffc7584bbc24c9
1 Files:
2 tests/test-posix_spawn-open1.c
3 tests/test-posix_spawn-open2.c
4 tests/test-posix_spawn-inherit0.c
5 tests/test-posix_spawn-inherit1.c
6 tests/test-posix_spawn-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_addopen
15 posix_spawn_file_actions_destroy
16 stdbool
17 unistd
18 sys_wait
19 environ
20 fflush
21 freopen
22 waitpid
24 configure.ac:
26 Makefile.am:
27 TESTS += \
28   test-posix_spawn-open1 \
29   test-posix_spawn-open2 \
30   test-posix_spawn-inherit0 \
31   test-posix_spawn-inherit1 \
32   test-posix_spawn-script
33 check_PROGRAMS += \
34   test-posix_spawn-open1 \
35   test-posix_spawn-open2 \
36   test-posix_spawn-inherit0 \
37   test-posix_spawn-inherit1 \
38   test-posix_spawn-script
39 test_posix_spawn_script_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/\"