blob: af350d2878611fbd738c9ea9fb26c4f1b78d6189 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Files:
tests/test-ilogbl.c
tests/test-ilogb.h
tests/minus-zero.h
tests/infinity.h
tests/nan.h
tests/signature.h
tests/macros.h
tests/randoml.c
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-ilogbl
check_PROGRAMS += test-ilogbl
test_ilogbl_SOURCES = test-ilogbl.c randoml.c
test_ilogbl_LDADD = $(LDADD) @ILOGBL_LIBM@
|