From 0ffa417e1f336778536383228a477d874a1e084d Mon Sep 17 00:00:00 2001 From: vlefevre Date: Thu, 21 Aug 2008 10:27:58 +0000 Subject: Added data_check support to mpfr_sqr. Added bad_cases support to mpfr_sqr and mpfr_sqrt. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5584 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tsqrt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/tsqrt.c') diff --git a/tests/tsqrt.c b/tests/tsqrt.c index 2ed51d6d5..83c64cea5 100644 --- a/tests/tsqrt.c +++ b/tests/tsqrt.c @@ -678,6 +678,7 @@ main (void) test_generic (2, 300, 15); data_check ("data/sqrt", mpfr_sqrt, "mpfr_sqrt"); + bad_cases (mpfr_sqrt, mpfr_sqr, "mpfr_sqrt", 8, -256, 255, 4, 128, 800, 50); tests_end_mpfr (); return 0; -- cgit v1.2.1