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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
truncf-tests
blob
1c847e7bfc121bc0b015ce1beddeed8553ac2533
1
Files:
2
tests/test-truncf1.c
3
tests/test-truncf2.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
isnanf-nolibm
13
stdbool
14
stdint
15
16
configure.ac:
17
18
Makefile.am:
19
TESTS += test-truncf1 test-truncf2
20
check_PROGRAMS += test-truncf1 test-truncf2
21
test_truncf1_LDADD = $(LDADD) @TRUNCF_LIBM@
22
test_truncf2_LDADD = $(LDADD) @TRUNCF_LIBM@