summaryrefslogtreecommitdiff
path: root/modules/symlinkat-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/symlinkat-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/symlinkat-tests')
-rw-r--r--modules/symlinkat-tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/symlinkat-tests b/modules/symlinkat-tests
index 9150568370..a0dab9f53a 100644
--- a/modules/symlinkat-tests
+++ b/modules/symlinkat-tests
@@ -1,4 +1,6 @@
Files:
+tests/test-readlink.h
+tests/test-symlink.h
tests/test-symlinkat.c
Depends-on: