repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
isnan-tests
blob
417e5593738297226dd916f4892f2b290db56e01
1
Files:
2
tests/test-isnan.c
3
tests/minus-zero.h
4
tests/infinity.h
5
tests/nan.h
6
tests/macros.h
7
8
Depends-on:
9
float
10
11
configure.ac:
12
gl_FLOAT_EXPONENT_LOCATION
13
gl_DOUBLE_EXPONENT_LOCATION
14
gl_LONG_DOUBLE_EXPONENT_LOCATION
15
AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
16
17
Makefile.am:
18
TESTS += test-isnan
19
check_PROGRAMS += test-isnan
20
test_isnan_LDADD = $(LDADD) @ISNAN_LIBM@
21