autoupdate
[gnulib.git] / modules / roundf-tests
1 Files:
2 tests/test-roundf1.c
3 tests/test-round2.c
4 tests/test-roundf2.c
5 tests/nan.h
6 tests/signature.h
7 tests/macros.h
8
9 Depends-on:
10 ceilf
11 floorf
12 isnanf-nolibm
13 stdbool
14 stdint
15 verify
16
17 configure.ac:
18
19 Makefile.am:
20 TESTS += test-roundf1 test-roundf2
21 check_PROGRAMS += test-roundf1 test-roundf2
22 test_roundf1_LDADD = $(LDADD) @ROUNDF_LIBM@
23 test_roundf2_LDADD = $(LDADD) @ROUNDF_LIBM@