From: W. Felix Handte Date: Tue, 17 Oct 2017 20:02:39 +0000 (-0400) Subject: Add `check` Target to Makefile X-Git-Tag: v1.3.3^2~55^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F894%2Fhead;p=thirdparty%2Fzstd.git Add `check` Target to Makefile --- diff --git a/Makefile b/Makefile index 2805c8ad4..f2487c591 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,9 @@ zstdmt: zlibwrapper: $(MAKE) -C $(ZWRAPDIR) test +.PHONY: check +check: shortest + .PHONY: test shortest test shortest: $(MAKE) -C $(PRGDIR) allVariants