blob: 82a41e91063d99144fccce64c22961d4f69395b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Files:
tests/test-isnanl.c
tests/test-isnanl.h
tests/minus-zero.h
tests/infinity.h
tests/nan.h
tests/macros.h
Depends-on:
float
configure.ac:
gl_LONG_DOUBLE_EXPONENT_LOCATION
AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
Makefile.am:
TESTS += test-isnanl
check_PROGRAMS += test-isnanl
test_isnanl_LDADD = $(LDADD) @ISNANL_LIBM@
|