From e96a764dde86ce1631879dd52a6210dec4deb3eb Mon Sep 17 00:00:00 2001 From: Radim Kolar Date: Thu, 4 Jun 2020 07:38:40 +0200 Subject: [PATCH] More rounds in randomcheck --- tests/randomcheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/randomcheck.c b/tests/randomcheck.c index 8cddb5c..2aece19 100644 --- a/tests/randomcheck.c +++ b/tests/randomcheck.c @@ -84,7 +84,7 @@ static void print_bitcount(void) int main(int argc,const char *argv[]) { - rounds=2000; + rounds=20000; if(argc>1) { rounds=atoi(argv[1]);