make : added target shortest

shortest only run fast part of playTests.sh .
cc @iburinoc
This commit is contained in:
Yann Collet
2017-03-01 17:02:49 -08:00
parent c1c040eae1
commit 27526c7201
3 changed files with 10 additions and 2 deletions
+3
View File
@@ -253,6 +253,9 @@ zstd-playTests: datagen
file $(ZSTD)
ZSTD="$(QEMU_SYS) $(ZSTD)" ./playTests.sh $(ZSTDRTTEST)
shortest: ZSTDRTTEST=
shortest: test-zstd
test: test-zstd test-fullbench test-fuzzer test-zstream test-invalidDictionaries test-legacy test-decodecorpus
ifeq ($(QEMU_SYS),)
test: test-pool