warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / round-tests
blob2c4b37bf6ee7d528a8a296e52df73f9e392a8012
1 Files:
2 tests/test-round1.c
3 tests/test-round2.c
4 tests/minus-zero.h
5 tests/infinity.h
6 tests/nan.h
7 tests/signature.h
8 tests/macros.h
10 Depends-on:
11 isnand-nolibm
12 stdbool
13 stdint
14 verify
16 configure.ac:
18 Makefile.am:
19 TESTS += test-round1 test-round2
20 check_PROGRAMS += test-round1 test-round2
21 test_round1_LDADD = $(LDADD) @ROUND_LIBM@
22 test_round2_LDADD = $(LDADD) @ROUND_LIBM@