diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-18 08:44:32 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-18 08:44:32 +0000 |
commit | fd79a1cb050640272093b73dc784976d81a3fb62 (patch) | |
tree | e3e375645f44c98c05cd560fb80e67240b08c355 /tests/trandom.c | |
parent | f961f4ec8dac031e2198d5a277e432e07bc04b53 (diff) | |
download | mpfr-fd79a1cb050640272093b73dc784976d81a3fb62.tar.gz |
disable two tests that depend on the random generator
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8787 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/trandom.c')
-rw-r--r-- | tests/trandom.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/trandom.c b/tests/trandom.c index cd001ad88..bf4a5ff1b 100644 --- a/tests/trandom.c +++ b/tests/trandom.c @@ -174,7 +174,11 @@ main (int argc, char *argv[]) test_urandomb (nbtests, 2, 0); } +#ifndef WANT_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 (); +#endif tests_end_mpfr (); return 0; |