Make roundf-tests module depend on floorf, ceilf.
[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 ceilf
8 floorf
9 isnanf-nolibm
10 stdbool
11 stdint
12 fprintf-posix
13 verify
14
15 configure.ac:
16
17 Makefile.am:
18 TESTS += test-roundf1 test-roundf2
19 check_PROGRAMS += test-roundf1 test-roundf2
20 test_roundf1_LDADD = $(LDADD) @ROUNDF_LIBM@
21 test_roundf2_LDADD = $(LDADD) @ROUNDF_LIBM@
22
23 License:
24 LGPL