summaryrefslogtreecommitdiff
path: root/tests/tsqrt.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-25 15:34:52 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-25 15:34:52 +0000
commit9164d6d1a96a3754a18d4b8ce9adb42344f82d71 (patch)
treea6904cc8b88d7e70ab1683f246a876d9f6acc62b /tests/tsqrt.c
parenta2ac23f46673b004955503dbd29f8ec005256e3d (diff)
downloadmpfr-9164d6d1a96a3754a18d4b8ce9adb42344f82d71.tar.gz
No longer use MPFR_CHECK_ALL in tests. In '-dev' versions, assume
that the data files exist and return an error whenever a file cannot be opened. In the other versions, return silently if the file cannot be opened. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4701 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsqrt.c')
-rw-r--r--tests/tsqrt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index 8f559773b..20f88ec18 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -672,8 +672,7 @@ main (void)
check4 ("72154663483843080704304789585920.0", GMP_RNDD,
"1.e2d9a51977e6d@13");
- if (getenv ("MPFR_CHECK_ALL") != NULL)
- data_check ("data/sqrt", mpfr_sqrt, "mpfr_sqrt");
+ data_check ("data/sqrt", mpfr_sqrt, "mpfr_sqrt");
tests_end_mpfr ();
return 0;