Add check Target to Makefile

This commit is contained in:
W. Felix Handte 2017-10-17 16:02:39 -04:00
parent b7977e348d
commit e2bf70ece1

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