verify: new macro 'assume'
[gnulib.git] / modules / isnan-tests
1 Files:
2 tests/test-isnan.c
3 tests/minus-zero.h
4 tests/infinity.h
5 tests/nan.h
6 tests/macros.h
7
8 Depends-on:
9 float
10
11 configure.ac:
12 gl_FLOAT_EXPONENT_LOCATION
13 gl_DOUBLE_EXPONENT_LOCATION
14 gl_LONG_DOUBLE_EXPONENT_LOCATION
15 AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
16
17 Makefile.am:
18 TESTS += test-isnan
19 check_PROGRAMS += test-isnan
20 test_isnan_LDADD = $(LDADD) @ISNAN_LIBM@
21