wctype-h: Add support for Minix.
[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/nan.h
7 tests/signature.h
8 tests/macros.h
9
10 Depends-on:
11 ceilf
12 floorf
13 isnanf-nolibm
14 stdbool
15 stdint
16 verify
17
18 configure.ac:
19
20 Makefile.am:
21 TESTS += test-roundf1 test-roundf2
22 check_PROGRAMS += test-roundf1 test-roundf2
23 test_roundf1_LDADD = $(LDADD) @ROUNDF_LIBM@
24 test_roundf2_LDADD = $(LDADD) @ROUNDF_LIBM@