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