2 tests/test-posix_spawn3.c
6 posix_spawn_file_actions_init
7 posix_spawn_file_actions_addopen
8 posix_spawn_file_actions_destroy
14 AC_EGREP_CPP([notposix], [[
15 #if defined _MSC_VER || defined __MINGW32__
19 [posix_spawn_ported=no],
20 [posix_spawn_ported=yes])
21 AM_CONDITIONAL([POSIX_SPAWN_PORTED], [test $posix_spawn_ported = yes])
25 TESTS += test-posix_spawn3
26 check_PROGRAMS += test-posix_spawn3