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
strerrorname_np: Add tests.
[gnulib.git]
/
modules
/
ldexpf-tests
blob
80ee90d6d6a20b41db53406fbaeff49c6aeb8a93
1
Files:
2
tests/test-ldexpf.c
3
tests/test-ldexp.h
4
tests/minus-zero.h
5
tests/infinity.h
6
tests/nan.h
7
tests/signature.h
8
tests/macros.h
9
tests/randomf.c
10
11
Depends-on:
12
isnanf-nolibm
13
signbit
14
float
15
16
configure.ac:
17
18
Makefile.am:
19
TESTS += test-ldexpf
20
check_PROGRAMS += test-ldexpf
21
test_ldexpf_SOURCES = test-ldexpf.c randomf.c
22
test_ldexpf_LDADD = $(LDADD) @LDEXPF_LIBM@