summaryrefslogtreecommitdiff
path: root/modules/utimens-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-10-07 17:08:17 -0600
committerEric Blake <ebb9@byu.net>2009-10-10 08:27:25 -0600
commit30dc6636ece9d1dbf8714f00c9758874733445a6 (patch)
tree34895484bf7a07308ac4d5728059ad27f53862be /modules/utimens-tests
parent75de3afee5e99c73676c59fb03b1f506b828e3e3 (diff)
downloadgnulib-30dc6636ece9d1dbf8714f00c9758874733445a6.tar.gz
utimens: add test
Exposes holes in our API, and several platform bugs. * modules/utimens-tests: New test. * tests/test-utimens.h: New file. * tests/test-futimens.h: Likewise. * tests/test-utimens.c: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/utimens-tests')
-rw-r--r--modules/utimens-tests17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/utimens-tests b/modules/utimens-tests
new file mode 100644
index 0000000000..9163b0453d
--- /dev/null
+++ b/modules/utimens-tests
@@ -0,0 +1,17 @@
+Files:
+tests/test-futimens.h
+tests/test-utimens.h
+tests/test-utimens.c
+
+Depends-on:
+stat-time
+stdbool
+timespec
+utimecmp
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-utimens
+check_PROGRAMS += test-utimens
+test_utimens_LDADD = $(LDADD) @LIBINTL@