From: Paul Cruz Date: Thu, 22 Jun 2017 22:23:59 +0000 (-0700) Subject: added description for dictionary cli tests X-Git-Tag: v1.3.0~1^2~15^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29352395445b2c84c08d91c940662f5471115fb0;p=thirdparty%2Fzstd.git added description for dictionary cli tests --- diff --git a/tests/Makefile b/tests/Makefile index 033e3f782..723c2a9d9 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -357,6 +357,7 @@ test-decodecorpus-cli: decodecorpus diff z000004 tmp4 && \ rm ./* && \ cd .. + @echo "\n ---- decodecorpus dictionary cli tests ----" ./decodecorpus -n5 -otestdir -ptestdir --use-dict=1MB @cd testdir && \ $(ZSTD) -d z000000.zst -D dictionary -o tmp0 && \