summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-12-26 14:29:56 +0100
committerBruno Haible <bruno@clisp.org>2020-12-26 14:29:56 +0100
commitb7f8be836643b720a0d9207fe0927889dd8b3b2b (patch)
tree8aec975d56e9acd3d60a06e73fdb432e8ae32cb5 /modules
parent0e3778b00c4e4705cccec9261ef36c66c400e1fe (diff)
downloadgnulib-b7f8be836643b720a0d9207fe0927889dd8b3b2b.tar.gz
execvp: Add tests.
* tests/test-execvp-main.c: New file. * tests/test-execvp.sh: New file. * modules/execvp-tests: New file.
Diffstat (limited to 'modules')
-rw-r--r--modules/execvp-tests11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/execvp-tests b/modules/execvp-tests
new file mode 100644
index 0000000000..a1e050edc5
--- /dev/null
+++ b/modules/execvp-tests
@@ -0,0 +1,11 @@
+Files:
+tests/test-execvp.sh
+tests/test-execvp-main.c
+tests/test-exec-child.c
+tests/signature.h
+
+Depends-on:
+
+Makefile.am:
+TESTS += test-execvp.sh
+check_PROGRAMS += test-execvp-main test-exec-child