fixed zstd-compress

file-information is dependent on decompression functions.
it should only be enabled when ZSTD_NODECOMPRESS is not set.

also : added zstd-compress compilation test into `make shortest`
This commit is contained in:
Yann Collet
2017-08-18 18:30:41 -07:00
parent f207b39f55
commit 166645e7b3
4 changed files with 261 additions and 230 deletions
+1
View File
@@ -76,6 +76,7 @@ zlibwrapper:
.PHONY: test shortest
test shortest:
$(MAKE) -C $(PRGDIR) allVariants
$(MAKE) -C $(TESTDIR) $@
.PHONY: examples