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
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
roundf-tests
blob
cd8af3020299ac1df8cd428d36abe740544de5b2
1
Files:
2
tests/test-roundf1.c
3
tests/test-round2.c
4
tests/test-roundf2.c
5
tests/minus-zero.h
6
tests/infinity.h
7
tests/nan.h
8
tests/signature.h
9
tests/macros.h
10
11
Depends-on:
12
ceilf
13
floorf
14
isnanf-nolibm
15
stdbool
16
stdint
17
verify
18
19
configure.ac:
20
21
Makefile.am:
22
TESTS += test-roundf1 test-roundf2
23
check_PROGRAMS += test-roundf1 test-roundf2
24
test_roundf1_LDADD = $(LDADD) @ROUNDF_LIBM@
25
test_roundf2_LDADD = $(LDADD) @ROUNDF_LIBM@