summaryrefslogtreecommitdiff
path: root/modules/popen-safer-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-08-21 07:22:12 -0600
committerEric Blake <ebb9@byu.net>2009-08-21 07:22:12 -0600
commit9076085f888c8abc5c80ea344be0ad504a26cc0f (patch)
tree9ba7b71fa91f8ec8dacdfef9c5719349ee278db6 /modules/popen-safer-tests
parent45b8409ffe3828d32d20281f1038816573e753df (diff)
downloadgnulib-9076085f888c8abc5c80ea344be0ad504a26cc0f.tar.gz
test-popen-safer: split from test-popen
* tests/test-popen.c (main): Move... * tests/test-popen.h: ...into new file. * tests/test-popen-safer2.c: New file. * modules/popen-tests (Files): Add test-popen.h. * modules/popen-safer-tests (Files): Add test-popen-safer2.c. Suggested by Bruno Haible. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/popen-safer-tests')
-rw-r--r--modules/popen-safer-tests6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/popen-safer-tests b/modules/popen-safer-tests
index 3dd67f24be..0e1b93a314 100644
--- a/modules/popen-safer-tests
+++ b/modules/popen-safer-tests
@@ -1,5 +1,7 @@
Files:
+tests/test-popen.h
tests/test-popen-safer.c
+tests/test-popen-safer2.c
Depends-on:
dup2
@@ -8,5 +10,5 @@ sys_wait
configure.ac:
Makefile.am:
-TESTS += test-popen-safer
-check_PROGRAMS += test-popen-safer
+TESTS += test-popen-safer test-popen-safer2
+check_PROGRAMS += test-popen-safer test-popen-safer2