There's no need running the same test multiple times
If there would be some random input okay, but like that it's just running the same functionality over and over again.
This commit is contained in:
parent
4ef8c27031
commit
90da7e71e1
@ -112,10 +112,6 @@ int ecc_tests (void)
|
||||
int stat, stat2;
|
||||
ecc_key usera, userb, pubKey, privKey;
|
||||
|
||||
DO(ecc_test ());
|
||||
DO(ecc_test ());
|
||||
DO(ecc_test ());
|
||||
DO(ecc_test ());
|
||||
DO(ecc_test ());
|
||||
|
||||
for (s = 0; s < (sizeof(sizes)/sizeof(sizes[0])); s++) {
|
||||
|
Loading…
Reference in New Issue
Block a user