From 29352395445b2c84c08d91c940662f5471115fb0 Mon Sep 17 00:00:00 2001 From: Paul Cruz Date: Thu, 22 Jun 2017 15:23:59 -0700 Subject: [PATCH] added description for dictionary cli tests --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) 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 && \