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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
isinf-tests
blob
53e9c3160dfe6fe9c26f13bdc1133a8228757761
1
Files:
2
m4/exponentf.m4
3
m4/exponentd.m4
4
m4/exponentl.m4
5
tests/test-isinf.c
6
tests/infinity.h
7
tests/macros.h
8
9
Depends-on:
10
float
11
12
configure.ac:
13
gl_FLOAT_EXPONENT_LOCATION
14
gl_DOUBLE_EXPONENT_LOCATION
15
gl_LONG_DOUBLE_EXPONENT_LOCATION
16
AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
17
18
Makefile.am:
19
TESTS += test-isinf
20
check_PROGRAMS += test-isinf
21
test_isinf_LDADD = $(LDADD) @ISINF_LIBM@