summaryrefslogtreecommitdiff
path: root/modules/stat-time-tests
blob: 0a8193783d7c99579c7ddc371ace32a6552c38b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Files:
tests/test-stat-time.c
tests/macros.h
tests/nap.h

Depends-on:
nanosleep
stdckdint
time-h
unistd

configure.ac:

Makefile.am:
TESTS += test-stat-time
check_PROGRAMS += test-stat-time
test_stat_time_LDADD = $(LDADD) $(NANOSLEEP_LIB)