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
/
signbit-tests
blob
65d5602b903ebdbbe11f91092f7f704b1d5beb45
1
Files:
2
tests/test-signbit.c
3
tests/minus-zero.h
4
tests/infinity.h
5
tests/macros.h
6
m4/exponentf.m4
7
m4/exponentd.m4
8
m4/exponentl.m4
9
10
Depends-on:
11
float
12
13
configure.ac:
14
AC_REQUIRE([gl_FLOAT_EXPONENT_LOCATION])
15
AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION])
16
AC_REQUIRE([gl_LONG_DOUBLE_EXPONENT_LOCATION])
17
18
Makefile.am:
19
TESTS += test-signbit
20
check_PROGRAMS += test-signbit
21