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
ssfmalloc: Portability to Cygwin.
[gnulib.git]
/
modules
/
frexpf-tests
blob
c7bfbed6c15f5d87d6256929cd23f1497910168b
1
Files:
2
tests/test-frexpf.c
3
tests/test-frexp.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
15
configure.ac:
16
17
Makefile.am:
18
TESTS += test-frexpf
19
check_PROGRAMS += test-frexpf
20
test_frexpf_SOURCES = test-frexpf.c randomf.c
21
test_frexpf_LDADD = $(LDADD) @FREXPF_LIBM@