summaryrefslogtreecommitdiff
path: root/modules/symlink-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-09-21 14:07:44 -0600
committerEric Blake <ebb9@byu.net>2009-09-23 05:41:21 -0600
commit41e61aadba3855410c5b3d97280107f51c225048 (patch)
tree91d2420f6523796f361be44afb6d742a4732449c /modules/symlink-tests
parent0510d19e64a0c3cfdd7ebe31866be9b45229590a (diff)
downloadgnulib-41e61aadba3855410c5b3d97280107f51c225048.tar.gz
test-symlinkat: enhance test
* tests/test-readlink.c (main): Move guts... * tests/test-readlink.h (test_readlink): ...into new file. * tests/test-symlink.c (main): Move guts... * tests/test-symlink.h (test_symlink): ...into new file. * tests/test-symlinkat.c (main): Use new files for further coverage. (do_symlink, do_readlink): New helper functions. * modules/symlink-tests (Files): Ship new file. (Depends-on): Add stdbool. * modules/readlink-tests (Files): Ship new file. (Depends-on): Add stdbool. * modules/symlinkat-tests (Files): Use new files. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/symlink-tests')
-rw-r--r--modules/symlink-tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/symlink-tests b/modules/symlink-tests
index aa67405d8b..9858ade2a3 100644
--- a/modules/symlink-tests
+++ b/modules/symlink-tests
@@ -1,7 +1,9 @@
Files:
+tests/test-symlink.h
tests/test-symlink.c
Depends-on:
+stdbool
configure.ac: