summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-10 16:17:35 +0200
committerBruno Haible <bruno@clisp.org>2019-06-10 16:30:04 +0200
commitfbb40ec10e333cff0b9845572065edd9e66eac79 (patch)
tree5c79572b1438d638baa5e9d97296ad69654604a0 /modules
parentd822de87e4d1c97e422e48332542dfe7261c7d82 (diff)
downloadgnulib-fbb40ec10e333cff0b9845572065edd9e66eac79.tar.gz
posix_spawn_file_actions_addfchdir: Add tests.
* tests/test-posix_spawn_file_actions_addfchdir.c: New file. * tests/test-posix_spawn5.c: New file. * modules/posix_spawn_file_actions_addfchdir-tests: New file.
Diffstat (limited to 'modules')
-rw-r--r--modules/posix_spawn_file_actions_addfchdir-tests20
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/posix_spawn_file_actions_addfchdir-tests b/modules/posix_spawn_file_actions_addfchdir-tests
new file mode 100644
index 0000000000..5e50695345
--- /dev/null
+++ b/modules/posix_spawn_file_actions_addfchdir-tests
@@ -0,0 +1,20 @@
+Files:
+tests/test-posix_spawn_file_actions_addfchdir.c
+tests/test-posix_spawn5.c
+tests/signature.h
+tests/macros.h
+
+Depends-on:
+posix_spawn_file_actions_init
+posix_spawnp-tests
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-posix_spawn_file_actions_addfchdir
+check_PROGRAMS += test-posix_spawn_file_actions_addfchdir
+
+if POSIX_SPAWN_PORTED
+TESTS += test-posix_spawn5
+check_PROGRAMS += test-posix_spawn5
+endif