1
0
mirror of https://github.com/facebook/zstd.git synced 2025-11-25 23:43:06 +03:00

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:
$(MAKE) -C $(ZWRAPDIR) test
.PHONY: check
check: shortest
.PHONY: test shortest
test shortest:
$(MAKE) -C $(PRGDIR) allVariants