Merge branch 'dev' into multiframe

This commit is contained in:
Sean Purcell
2017-02-10 10:08:55 -08:00
committed by GitHub
14 changed files with 55 additions and 29 deletions
+4 -1
View File
@@ -230,7 +230,10 @@ zstd-playTests: datagen
file $(ZSTD)
ZSTD="$(QEMU_SYS) $(ZSTD)" ./playTests.sh $(ZSTDRTTEST)
test: test-zstd test-fullbench test-fuzzer test-zstream test-invalidDictionaries test-pool test-legacy
test: test-zstd test-fullbench test-fuzzer test-zstream test-invalidDictionaries test-legacy
ifneq ($(QEMU_SYS),qemu-ppc64-static)
test: test-pool
endif
test32: test-zstd32 test-fullbench32 test-fuzzer32 test-zstream32