same-inode: make SAME_INODE tri-state, to port to mingw
[gnulib.git] / modules / isnan-tests
1 Files:
2 tests/test-isnan.c
3 tests/nan.h
4
5 Depends-on:
6 float
7
8 configure.ac:
9 gl_FLOAT_EXPONENT_LOCATION
10 gl_DOUBLE_EXPONENT_LOCATION
11 gl_LONG_DOUBLE_EXPONENT_LOCATION
12
13 Makefile.am:
14 TESTS += test-isnan
15 check_PROGRAMS += test-isnan
16 test_isnan_LDADD = $(LDADD) @ISNAN_LIBM@
17