strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / isnanl-tests
index 33a0e598d7dd5287c4435a79dce8f046b7f8df29..68411fec1d6dfe407a437af095e43a8dd6604465 100644 (file)
@@ -1,8 +1,12 @@
 Files:
 tests/test-isnanl.c
 tests/test-isnanl.h
+tests/minus-zero.h
+tests/nan.h
+tests/macros.h
 
 Depends-on:
+float
 
 configure.ac:
 gl_LONG_DOUBLE_EXPONENT_LOCATION
@@ -10,6 +14,5 @@ gl_LONG_DOUBLE_EXPONENT_LOCATION
 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@