summaryrefslogtreecommitdiff
path: root/modules/futimens-tests
blob: 1b72de5130af850c175a51ae06ae5483849116ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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:
fcntl-h
ignore-value
timespec
dup
usleep
utimecmp

configure.ac:
AC_REQUIRE([AC_C_INLINE])

Makefile.am:
TESTS += test-futimens
check_PROGRAMS += test-futimens
test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)