Fix incorrect rounding of ceil, ceilf, ceill in some cases. Add new test.
[gnulib.git] / modules / ceilf-tests
1 Files:
2 tests/test-ceilf1.c
3 tests/test-ceilf2.c
4
5 Depends-on:
6 float
7 isnanf-nolibm
8 stdbool
9 stdint
10
11 configure.ac:
12
13 Makefile.am:
14 TESTS += test-ceilf1 test-ceilf2
15 check_PROGRAMS += test-ceilf1 test-ceilf2
16 test_ceilf1_LDADD = $(LDADD) @CEILF_LIBM@
17 test_ceilf2_LDADD = $(LDADD) @CEILF_LIBM@
18
19 License:
20 LGPL