From: Ben Pfaff Date: Mon, 22 Oct 2007 01:23:37 +0000 (-0700) Subject: Make roundf-tests module depend on floorf, ceilf. X-Git-Tag: v0.0~37 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=8dd18ff0f921e2044afddac1c9eb2714dca90a83;p=gnulib.git Make roundf-tests module depend on floorf, ceilf. --- diff --git a/ChangeLog b/ChangeLog index d9170afa2..3d1cc93b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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. * m4/check-math-lib.m4: New file. * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB. diff --git a/modules/roundf-tests b/modules/roundf-tests index 9fc69ebdc..6aa6372cf 100644 --- a/modules/roundf-tests +++ b/modules/roundf-tests @@ -4,6 +4,8 @@ tests/test-round2.c tests/test-roundf2.c Depends-on: +ceilf +floorf isnanf-nolibm stdbool stdint