Update appveyor.yml to have short and long tests

This commit is contained in:
Sean Purcell
2017-03-20 17:04:44 -07:00
parent 170861da70
commit 5a2b857029
3 changed files with 342 additions and 97 deletions
+4 -2
View File
@@ -65,14 +65,16 @@ FUZZERTEST ?= -T5mn
ZSTDRTTEST = --test-large-data
DECODECORPUS_TESTTIME ?= -T30
.PHONY: default all all32 dll clean test test32 test-all namespaceTest versionsTest
.PHONY: default all all32 allnothread dll clean test test32 test-all namespaceTest versionsTest
default: fullbench
all: fullbench fuzzer zstreamtest paramgrill datagen zbufftest
all: fullbench fuzzer zstreamtest paramgrill datagen zbufftest decodecorpus
all32: fullbench32 fuzzer32 zstreamtest32 zbufftest32
allnothread: fullbench fuzzer paramgrill datagen zbufftest decodecorpus
dll: fuzzer-dll zstreamtest-dll zbufftest-dll
zstd: