Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / isnan-tests
blob417e5593738297226dd916f4892f2b290db56e01
1 Files:
2 tests/test-isnan.c
3 tests/minus-zero.h
4 tests/infinity.h
5 tests/nan.h
6 tests/macros.h
8 Depends-on:
9 float
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])
17 Makefile.am:
18 TESTS += test-isnan
19 check_PROGRAMS += test-isnan
20 test_isnan_LDADD = $(LDADD) @ISNAN_LIBM@