Fix incorrect rounding of floor, floorf, floorl in some cases. Add new test.
[gnulib.git] / modules / floorf-tests
1 Files:
2 tests/test-floorf1.c
3 tests/test-floorf2.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-floorf1 test-floorf2
15 check_PROGRAMS += test-floorf1 test-floorf2
16 test_floorf1_LDADD = $(LDADD) @FLOORF_LIBM@
17 test_floorf2_LDADD = $(LDADD) @FLOORF_LIBM@
18
19 License:
20 LGPL