crypto/gc: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / utimens-tests
index 9163b0453d4d25c637f514497079b310f4d3db71..d0566a6161e802df03c2ef2efa655e5ed5d5f004 100644 (file)
@@ -1,12 +1,17 @@
 Files:
+tests/nap.h
 tests/test-futimens.h
+tests/test-lutimens.h
 tests/test-utimens.h
+tests/test-utimens-common.h
 tests/test-utimens.c
+tests/macros.h
 
 Depends-on:
-stat-time
-stdbool
+ignore-value
+symlink
 timespec
+usleep
 utimecmp
 
 configure.ac:
@@ -14,4 +19,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-utimens
 check_PROGRAMS += test-utimens
-test_utimens_LDADD = $(LDADD) @LIBINTL@
+test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@