fix : zstd cli can be built with build macro ZSTD_NOBENCH

which disables bench.c module
This commit is contained in:
Yann Collet
2018-08-03 07:54:29 -07:00
parent b002eac69a
commit 5203f01774
2 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ zlibwrapper:
.PHONY: test
test: MOREFLAGS += -g -DDEBUGLEVEL=1 -Werror
test:
MOREFLAGS="$(MOREFLAGS)" $(MAKE) -C $(PRGDIR) allVariants
MOREFLAGS="$(MOREFLAGS)" $(MAKE) -j -C $(PRGDIR) allVariants
$(MAKE) -C $(TESTDIR) $@
.PHONY: shortest