From f502f7f43df2ec8ec4d1f41ec1273cae3432f811 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Fri, 31 Aug 2007 15:50:48 +0000 Subject: Added generic bad case tests. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4817 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tlog1p.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/tlog1p.c') diff --git a/tests/tlog1p.c b/tests/tlog1p.c index 3db979844..8bce9aa1f 100644 --- a/tests/tlog1p.c +++ b/tests/tlog1p.c @@ -128,6 +128,8 @@ main (int argc, char *argv[]) test_generic (2, 100, 50); data_check ("data/log1p", mpfr_log1p, "mpfr_log1p"); + bad_cases (mpfr_log1p, mpfr_expm1, "mpfr_log1p", 256, -64, 40, + 4, 128, 800, 40); tests_end_mpfr (); return 0; -- cgit v1.2.1