sigsegv, c-stack tests: Avoid test failures with ASAN.
[gnulib.git] / modules / posix_spawn-tests
blobef56cf602346dccce5eb4fec0aa229c2504d7c57
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
11 tests/macros.h
13 Depends-on:
14 posix_spawn_file_actions_init
15 posix_spawn_file_actions_addopen
16 posix_spawn_file_actions_destroy
17 stdbool
18 unistd
19 sys_wait
20 environ
21 fflush
22 freopen
23 waitpid
25 configure.ac:
27 Makefile.am:
28 DEFS += -DEXEEXT=\"@EXEEXT@\"
29 TESTS += \
30   test-posix_spawn-open1 \
31   test-posix_spawn-open2 \
32   test-posix_spawn-inherit0 \
33   test-posix_spawn-inherit1 \
34   test-posix_spawn-script
35 check_PROGRAMS += \
36   test-posix_spawn-open1 \
37   test-posix_spawn-open2 \
38   test-posix_spawn-inherit0 \
39   test-posix_spawn-inherit1 \
40   test-posix_spawn-script
41 test_posix_spawn_script_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/\"