Support for MSVC compiler: Avoid division by a literal 0.
[gnulib.git] / modules / isfinite-tests
1 Files:
2 tests/test-isfinite.c
3 tests/infinity.h
4 tests/macros.h
5
6 Depends-on:
7 float
8
9 configure.ac:
10 gl_FLOAT_EXPONENT_LOCATION
11 gl_DOUBLE_EXPONENT_LOCATION
12 gl_LONG_DOUBLE_EXPONENT_LOCATION
13
14 Makefile.am:
15 TESTS += test-isfinite
16 check_PROGRAMS += test-isfinite
17 test_isfinite_LDADD = $(LDADD) @ISFINITE_LIBM@