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
/
isfinite-tests
blob
6e650271cd17db2d4f657f6c6d2cef8729a110f4
1
Files:
2
tests/test-isfinite.c
3
tests/infinity.h
4
tests/macros.h
5
6
Depends-on:
7
float
8
9
configure.ac:
10
gl_FLOAT_EXPONENT_LOCATION
11
gl_DOUBLE_EXPONENT_LOCATION
12
gl_LONG_DOUBLE_EXPONENT_LOCATION
13
AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
14
15
Makefile.am:
16
TESTS += test-isfinite
17
check_PROGRAMS += test-isfinite
18
test_isfinite_LDADD = $(LDADD) @ISFINITE_LIBM@