From: Nick Terrell Date: Thu, 8 Nov 2018 18:58:51 +0000 (-0800) Subject: Add multithreaded dictbuilder tests to fuzzer.c X-Git-Tag: v1.3.8~53^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=103d1ee7a4056f2d338b3cb01487f2307d0afde1;p=thirdparty%2Fzstd.git Add multithreaded dictbuilder tests to fuzzer.c --- diff --git a/tests/fuzzer.c b/tests/fuzzer.c index eae715889..5d5c73e11 100644 --- a/tests/fuzzer.c +++ b/tests/fuzzer.c @@ -897,6 +897,34 @@ static int basicUnitTests(U32 seed, double compressibility) if (ZDICT_isError(dictSize)) goto _output_error; DISPLAYLEVEL(3, "OK, created dictionary of size %u \n", (U32)dictSize); + DISPLAYLEVEL(3, "test%3i : Multithreaded COVER dictBuilder : ", testNb++); + { U32 u; for (u=0; u