Make roundf-tests module depend on floorf, ceilf.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 22 Oct 2007 01:23:37 +0000 (18:23 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 22 Oct 2007 01:23:37 +0000 (18:23 -0700)
ChangeLog
modules/roundf-tests

index d9170af..3d1cc93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-10-21  Ben Pfaff  <blp@gnu.org>
 
+       * modules/roundf-tests: Add dependency on floorf, ceilf to allow
+       round.c roundf implementation that depends on floorf and ceilf to
+       be tested unconditionally.
+
+2007-10-21  Ben Pfaff  <blp@gnu.org>
+
        * m4/check-libm-func.m4: Removed.
        * m4/check-math-lib.m4: New file.
        * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
index 9fc69eb..6aa6372 100644 (file)
@@ -4,6 +4,8 @@ tests/test-round2.c
 tests/test-roundf2.c
 
 Depends-on:
+ceilf
+floorf
 isnanf-nolibm
 stdbool
 stdint