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