blob: 124b62f49b7c7bbfdf00cfde88d5f7af0f620d2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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:
ignore-value
timespec
usleep
utimecmp
configure.ac:
Makefile.am:
TESTS += test-futimens
check_PROGRAMS += test-futimens
test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@
|