# HG changeset patch # User Ben Pfaff # Date 1193016217 25200 # Node ID b50bc6fd991111b153046160e6389d74a72a0179 # Parent 54f12e03e281a057953f461d2d13b352b6c8c975 Make roundf-tests module depend on floorf, ceilf. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-21 Ben Pfaff + + * 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 * m4/check-libm-func.m4: Removed. diff --git a/modules/roundf-tests b/modules/roundf-tests --- a/modules/roundf-tests +++ b/modules/roundf-tests @@ -4,6 +4,8 @@ tests/test-roundf2.c Depends-on: +ceilf +floorf isnanf-nolibm stdbool stdint