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
/
floor-tests
blob
c57c3c9eccbe6fc667da5e2fb6c25dc07bdb5025
1
Files:
2
tests/test-floor1.c
3
tests/test-floor2.c
4
tests/minus-zero.h
5
tests/infinity.h
6
tests/nan.h
7
tests/signature.h
8
tests/macros.h
9
10
Depends-on:
11
float
12
isnand-nolibm
13
stdbool
14
stdint
15
16
configure.ac:
17
18
Makefile.am:
19
TESTS += test-floor1 test-floor2
20
check_PROGRAMS += test-floor1 test-floor2
21
test_floor1_LDADD = $(LDADD) @FLOOR_LIBM@
22
test_floor2_LDADD = $(LDADD) @FLOOR_LIBM@