Implement 'round', 'roundf', 'roundl' modules.
[gnulib.git] / modules / roundf-tests
1 Files:
2 tests/test-roundf1.c
3 tests/test-round2.c
4 tests/test-roundf2.c
5
6 Depends-on:
7 isnanf-nolibm
8 stdbool
9 stdint
10 fprintf-posix
11 verify
12
13 configure.ac:
14
15 Makefile.am:
16 TESTS += test-roundf1 test-roundf2
17 check_PROGRAMS += test-roundf1 test-roundf2
18 test_roundf1_LDADD = $(LDADD) @ROUNDF_LIBM@
19 test_roundf2_LDADD = $(LDADD) @ROUNDF_LIBM@
20
21 License:
22 LGPL