Rename isnan, applicable to 'double' only, to isnand.
[gnulib.git] / modules / round-tests
1 Files:
2 tests/test-round1.c
3 tests/test-round2.c
4
5 Depends-on:
6 isnand-nolibm
7 stdbool
8 stdint
9 fprintf-posix
10 verify
11
12 configure.ac:
13
14 Makefile.am:
15 TESTS += test-round1 test-round2
16 check_PROGRAMS += test-round1 test-round2
17 test_round1_LDADD = $(LDADD) @ROUND_LIBM@
18 test_round2_LDADD = $(LDADD) @ROUND_LIBM@
19
20 License:
21 LGPL