From 103d1ee7a4056f2d338b3cb01487f2307d0afde1 Mon Sep 17 00:00:00 2001 From: Nick Terrell Date: Thu, 8 Nov 2018 10:58:51 -0800 Subject: [PATCH] Add multithreaded dictbuilder tests to fuzzer.c --- tests/fuzzer.c | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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