changeset 9387:b50bc6fd9911

Make roundf-tests module depend on floorf, ceilf.
author Ben Pfaff <blp@cs.stanford.edu>
date Sun, 21 Oct 2007 18:23:37 -0700
parents 54f12e03e281
children 6c030da207e8
files ChangeLog modules/roundf-tests
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
--- a/modules/roundf-tests
+++ b/modules/roundf-tests
@@ -4,6 +4,8 @@
 tests/test-roundf2.c
 
 Depends-on:
+ceilf
+floorf
 isnanf-nolibm
 stdbool
 stdint