blob: 33e7be7906470a4ed94595b0ad4f5f95da9c53d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Files:
tests/test-ceilf-ieee.c
tests/minus-zero.h
tests/infinity.h
tests/nan.h
tests/macros.h
Depends-on:
isnanf-nolibm
float
signbit
configure.ac:
Makefile.am:
TESTS += test-ceilf-ieee
check_PROGRAMS += test-ceilf-ieee
test_ceilf_ieee_LDADD = $(LDADD) @CEILF_LIBM@
|