summaryrefslogtreecommitdiff
path: root/modules/nanosleep-tests
blob: 244dd81ef54a09e3351d71b02fb3578b7bfd9853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Files:
tests/test-nanosleep.c
tests/signature.h
tests/macros.h

Depends-on:

configure.ac:
AC_CHECK_DECLS_ONCE([alarm])

Makefile.am:
TESTS += test-nanosleep
check_PROGRAMS += test-nanosleep
test_nanosleep_LDADD = $(LDADD) $(NANOSLEEP_LIB)