warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / roundf-tests
blobcd8af3020299ac1df8cd428d36abe740544de5b2
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
11 Depends-on:
12 ceilf
13 floorf
14 isnanf-nolibm
15 stdbool
16 stdint
17 verify
19 configure.ac:
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@