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
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
round-tests
blob
2c4b37bf6ee7d528a8a296e52df73f9e392a8012
1
Files:
2
tests/test-round1.c
3
tests/test-round2.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
isnand-nolibm
12
stdbool
13
stdint
14
verify
15
16
configure.ac:
17
18
Makefile.am:
19
TESTS += test-round1 test-round2
20
check_PROGRAMS += test-round1 test-round2
21
test_round1_LDADD = $(LDADD) @ROUND_LIBM@
22
test_round2_LDADD = $(LDADD) @ROUND_LIBM@