Merge pull request #894 from felixhandte/add-check-target

Add `check` Target to Makefile
This commit is contained in:
Yann Collet 2017-10-17 13:51:27 -07:00 committed by GitHub
commit c99bb00955

View File

@ -72,6 +72,9 @@ zstdmt:
zlibwrapper: zlibwrapper:
$(MAKE) -C $(ZWRAPDIR) test $(MAKE) -C $(ZWRAPDIR) test
.PHONY: check
check: shortest
.PHONY: test shortest .PHONY: test shortest
test shortest: test shortest:
$(MAKE) -C $(PRGDIR) allVariants $(MAKE) -C $(PRGDIR) allVariants