select: Fix "warning: no previous prototype for function".
[gnulib.git] / modules / posix_spawn_file_actions_addfchdir-tests
blob809d2381d8d7d7259440a4ab92a6fdefa2c3d4d2
1 Files:
2 tests/test-posix_spawn_file_actions_addfchdir.c
3 tests/test-posix_spawn5.c
4 tests/signature.h
5 tests/macros.h
7 Depends-on:
8 posix_spawn_file_actions_init
9 posix_spawnp-tests
10 findprog
12 configure.ac:
14 Makefile.am:
15 TESTS += test-posix_spawn_file_actions_addfchdir
16 check_PROGRAMS += test-posix_spawn_file_actions_addfchdir
18 if POSIX_SPAWN_PORTED
19 TESTS += test-posix_spawn5
20 check_PROGRAMS += test-posix_spawn5
21 endif