From 41e61aadba3855410c5b3d97280107f51c225048 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 21 Sep 2009 14:07:44 -0600 Subject: 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 --- modules/symlinkat-tests | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/symlinkat-tests') 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: -- cgit v1.2.1