X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffutimens-tests;h=a1948eb2bb0feb8c61bb86c578fbf19dc2e2ac52;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=122ebebc263b34787979f530ac2a3b2986ae8683;hpb=41dca6474bd89e9f802b971398893da347deaa59;p=gnulib.git diff --git a/modules/futimens-tests b/modules/futimens-tests index 122ebebc2..a1948eb2b 100644 --- a/modules/futimens-tests +++ b/modules/futimens-tests @@ -7,11 +7,12 @@ tests/signature.h tests/macros.h Depends-on: +gettext fcntl-h ignore-value +nanosleep timespec dup -usleep utimecmp configure.ac: @@ -19,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@