NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / isnanl-tests
index 1098aa3..82a41e9 100644 (file)
@@ -1,16 +1,20 @@
 Files:
 tests/test-isnanl.c
 tests/test-isnanl.h
+tests/minus-zero.h
+tests/infinity.h
+tests/nan.h
+tests/macros.h
 
 Depends-on:
+float
 
 configure.ac:
 gl_LONG_DOUBLE_EXPONENT_LOCATION
-AC_SUBST([ISNANL_LIBM])
+AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
 
 Makefile.am:
 TESTS += test-isnanl
 check_PROGRAMS += test-isnanl
-test_isnanl_LDADD = @ISNANL_LIBM@ $(LDADD)
-EXTRA_DIST += test-isnanl.h
+test_isnanl_LDADD = $(LDADD) @ISNANL_LIBM@