futimens: new module
[gnulib.git] / modules / futimens-tests
diff --git a/modules/futimens-tests b/modules/futimens-tests
new file mode 100644 (file)
index 0000000..50756da
--- /dev/null
@@ -0,0 +1,15 @@
+Files:
+tests/test-futimens.h
+tests/test-futimens.c
+
+Depends-on:
+timespec
+utimecmp
+
+configure.ac:
+AC_CHECK_FUNCS_ONCE([usleep])
+
+Makefile.am:
+TESTS += test-futimens
+check_PROGRAMS += test-futimens
+test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@