summaryrefslogtreecommitdiff
path: root/tests/turandom.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-07-02 11:41:43 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-07-02 11:41:43 +0000
commiteb398645f08db86a45fad4304894e01469543aaa (patch)
tree1e6cde3039e99b1ddb839eee714e38e603b15031 /tests/turandom.c
parent4ee70bd35959ae283a2e4db373f87f3244a20531 (diff)
downloadmpfr-eb398645f08db86a45fad4304894e01469543aaa.tar.gz
Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.h
(all MPFR macros that appear there should start with MPFR_ to avoid conflicts with other software). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9129 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/turandom.c')
-rw-r--r--tests/turandom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/turandom.c b/tests/turandom.c
index 14c320a45..fd73a6430 100644
--- a/tests/turandom.c
+++ b/tests/turandom.c
@@ -241,7 +241,7 @@ main (int argc, char *argv[])
}
}
-#ifndef WANT_MINI_GMP
+#ifndef MPFR_USE_MINI_GMP
/* since this test assumes a deterministic random generator, and this is not
implemented in mini-gmp, we omit it with mini-gmp */
bug20100914 ();