From e2bf70ece1a623fbe4e6fdf1c4e5f03bb7011873 Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Tue, 17 Oct 2017 16:02:39 -0400 Subject: [PATCH] Add `check` Target to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2805c8ad..f2487c59 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