Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / ceil-ieee-tests
index 178ffb7..48b8528 100644 (file)
@@ -1,9 +1,12 @@
 Files:
 tests/test-ceil-ieee.c
 tests/minus-zero.h
+tests/infinity.h
+tests/nan.h
 tests/macros.h
 
 Depends-on:
+isnand-nolibm
 float
 signbit
 
@@ -12,4 +15,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-ceil-ieee
 check_PROGRAMS += test-ceil-ieee
-test_ceil_ieee_LDADD = $(LDADD) @FLOOR_LIBM@
+test_ceil_ieee_LDADD = $(LDADD) @CEIL_LIBM@