mbsnrtowcs: Work around Solaris 11.4 bug.
[gnulib.git] / modules / posix_spawn_file_actions_addchdir-tests
blob9c31f21e66a1a590de475d27f3baba81ed4dc590
1 Files:
2 tests/test-posix_spawn_file_actions_addchdir.c
3 tests/test-posix_spawn4.c
4 tests/signature.h
5 tests/macros.h
7 Depends-on:
8 posix_spawn_file_actions_init
9 posix_spawnp-tests
11 configure.ac:
13 Makefile.am:
14 TESTS += test-posix_spawn_file_actions_addchdir
15 check_PROGRAMS += test-posix_spawn_file_actions_addchdir
17 if POSIX_SPAWN_PORTED
18 TESTS += test-posix_spawn4
19 check_PROGRAMS += test-posix_spawn4
20 endif