diff options
author | Philippe Theveny <philippe.theveny@laposte.net> | 2008-09-24 08:41:56 +0000 |
---|---|---|
committer | Philippe Theveny <philippe.theveny@laposte.net> | 2008-09-24 08:41:56 +0000 |
commit | 2152c10a2a91975961ebd0e360a6aafe309da8a2 (patch) | |
tree | cc3b449ea778a67cb9c4de06368942b6a0a55dcc /tests/tdiv.c | |
parent | a927d7e6ac6603cda73f2bbb905d2fc90b546157 (diff) | |
download | mpc-git-2152c10a2a91975961ebd0e360a6aafe309da8a2.tar.gz |
tests/tmul.c: Speed up test while increasing exponent range.
tests/tdiv.c: Speed up test.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@191 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tdiv.c')
-rw-r--r-- | tests/tdiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tdiv.c b/tests/tdiv.c index 5cb964f..cb4d669 100644 --- a/tests/tdiv.c +++ b/tests/tdiv.c @@ -320,7 +320,7 @@ main (void) test_start (); check_regular (); - tgeneric (2, 1024, 1, 4096); + tgeneric (2, 1024, 7, 4096); test_end (); return 0; |