From: Ben Pfaff Date: Mon, 22 Oct 2007 01:23:37 +0000 (-0700) Subject: Make roundf-tests module depend on floorf, ceilf. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dd18ff0f921e2044afddac1c9eb2714dca90a83;p=pspp Make roundf-tests module depend on floorf, ceilf. --- diff --git a/ChangeLog b/ChangeLog index d9170afa24..3d1cc93b8f 100644 --- 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 index 9fc69ebdcb..6aa6372cf9 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