]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed appveyor long tests
authorYann Collet <cyan@fb.com>
Thu, 21 May 2020 05:56:25 +0000 (22:56 -0700)
committerYann Collet <cyan@fb.com>
Thu, 21 May 2020 07:53:57 +0000 (00:53 -0700)
playTests changed variable name

appveyor.yml

index fdc87376c8c5286ccc1835027a6bbf268baa6fb6..d09a136aeb0a4fe4115133b2c2f3a037bdc6f84a 100644 (file)
   - SET "FUZZERTEST=-T30s"
   - if [%HOST%]==[visual] if [%CONFIGURATION%]==[Release] (
       CD tests &&
-      SET ZSTD=./zstd.exe &&
+      SET ZSTD_BIN=zstd.exe &&
+      SET DATAGEN_BIN=datagen.exe &&
       sh -e playTests.sh --test-large-data &&
       fullbench.exe -i1 &&
       fullbench.exe -i1 -P0 &&