X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffutimens-tests;h=a1948eb2bb0feb8c61bb86c578fbf19dc2e2ac52;hb=533101a268dc5015a140ff4695d8eeb04fbe57b6;hp=2f57c3bbb151cb74229699a01e4a606767650af2;hpb=6038ee4b827caaf05fa37dbb2304fedb9d0cd6c7;p=gnulib.git diff --git a/modules/futimens-tests b/modules/futimens-tests index 2f57c3bbb..a1948eb2b 100644 --- a/modules/futimens-tests +++ b/modules/futimens-tests @@ -1,11 +1,18 @@ Files: +tests/nap.h tests/test-futimens.h tests/test-utimens-common.h tests/test-futimens.c +tests/signature.h +tests/macros.h Depends-on: +gettext +fcntl-h +ignore-value +nanosleep timespec -usleep +dup utimecmp configure.ac: @@ -13,4 +20,4 @@ configure.ac: Makefile.am: TESTS += test-futimens check_PROGRAMS += test-futimens -test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@ +test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_NANOSLEEP) @LIBINTL@