diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-07-25 15:34:52 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-07-25 15:34:52 +0000 |
commit | 9164d6d1a96a3754a18d4b8ce9adb42344f82d71 (patch) | |
tree | a6904cc8b88d7e70ab1683f246a876d9f6acc62b /tests/tmul.c | |
parent | a2ac23f46673b004955503dbd29f8ec005256e3d (diff) | |
download | mpfr-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/tmul.c')
-rw-r--r-- | tests/tmul.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tmul.c b/tests/tmul.c index 0dd7685d7..1495bcfe9 100644 --- a/tests/tmul.c +++ b/tests/tmul.c @@ -696,8 +696,7 @@ main (int argc, char *argv[]) check_regression (); test_generic (2, 500, 100); - if (getenv ("MPFR_CHECK_ALL") != NULL) - data_check ("data/mulpi", mpfr_mulpi, "mpfr_mulpi"); + data_check ("data/mulpi", mpfr_mulpi, "mpfr_mulpi"); tests_end_mpfr (); return 0; |