Update .travis.yml and Makefile for medium tests

This commit is contained in:
Sean Purcell
2017-03-09 16:05:22 -08:00
parent e65aab8e0f
commit daec40db24
4 changed files with 58 additions and 33 deletions
+2 -2
View File
@@ -75,8 +75,6 @@ all32: fullbench32 fuzzer32 zstreamtest32 zbufftest32
dll: fuzzer-dll zstreamtest-dll zbufftest-dll
zstd:
$(MAKE) -C $(PRGDIR) $@
@@ -257,6 +255,8 @@ zstd-playTests: datagen
shortest: ZSTDRTTEST=
shortest: test-zstd
fuzztest: test-fuzzer test-zstream test-decodecorpus
test: test-zstd test-fullbench test-fuzzer test-zstream test-invalidDictionaries test-legacy test-decodecorpus
ifeq ($(QEMU_SYS),)
test: test-pool