summaryrefslogtreecommitdiff
path: root/modules/ceilf-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-13 03:09:19 +0200
committerBruno Haible <bruno@clisp.org>2007-10-13 03:09:19 +0200
commitc7f33ef75bc531bc875e34019324811962b001d1 (patch)
tree10251f84a4dd63d99e439cf3f49613d1e463e08a /modules/ceilf-tests
parentfcb8ef08b9e77cd525d0de9f518eb49346498104 (diff)
downloadgnulib-c7f33ef75bc531bc875e34019324811962b001d1.tar.gz
Fix incorrect rounding of ceil, ceilf, ceill in some cases. Add new test.
Diffstat (limited to 'modules/ceilf-tests')
-rw-r--r--modules/ceilf-tests10
1 files changed, 8 insertions, 2 deletions
diff --git a/modules/ceilf-tests b/modules/ceilf-tests
index 8c1f9609ef..6510fa8713 100644
--- a/modules/ceilf-tests
+++ b/modules/ceilf-tests
@@ -1,14 +1,20 @@
Files:
tests/test-ceilf1.c
+tests/test-ceilf2.c
Depends-on:
+float
+isnanf-nolibm
+stdbool
+stdint
configure.ac:
Makefile.am:
-TESTS += test-ceilf1
-check_PROGRAMS += test-ceilf1
+TESTS += test-ceilf1 test-ceilf2
+check_PROGRAMS += test-ceilf1 test-ceilf2
test_ceilf1_LDADD = $(LDADD) @CEILF_LIBM@
+test_ceilf2_LDADD = $(LDADD) @CEILF_LIBM@
License:
LGPL