summaryrefslogtreecommitdiff
path: root/modules/isnan-tests
blob: c794455c5be082d9f9f25ed577ec0d8b7fc9c68b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Files:
tests/test-isnan.c
tests/minus-zero.h
tests/infinity.h
tests/nan.h
tests/macros.h
m4/exponentf.m4
m4/exponentd.m4
m4/exponentl.m4

Depends-on:
float

configure.ac:
gl_FLOAT_EXPONENT_LOCATION
gl_DOUBLE_EXPONENT_LOCATION
gl_LONG_DOUBLE_EXPONENT_LOCATION
AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])

Makefile.am:
TESTS += test-isnan
check_PROGRAMS += test-isnan
test_isnan_LDADD = $(LDADD) @ISNAN_LIBM@