blob: c3b5f2f86648a278308ae80fe0772b615bc56475 (
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) $(LIB_NANOSLEEP)
|