fixed environment variables

This commit is contained in:
Yann Collet 2020-05-21 18:06:43 -07:00
parent 5d0c8a0770
commit 306e922f60

View File

@ -169,8 +169,8 @@
- SET "FUZZERTEST=-T30s" - SET "FUZZERTEST=-T30s"
- if [%HOST%]==[visual] if [%CONFIGURATION%]==[Release] ( - if [%HOST%]==[visual] if [%CONFIGURATION%]==[Release] (
CD tests && CD tests &&
SET ZSTD_BIN=zstd.exe && SET ZSTD_BIN=./zstd.exe&&
SET DATAGEN_BIN=datagen.exe && SET DATAGEN_BIN=./datagen.exe&&
sh -e playTests.sh --test-large-data && sh -e playTests.sh --test-large-data &&
fullbench.exe -i1 && fullbench.exe -i1 &&
fullbench.exe -i1 -P0 && fullbench.exe -i1 -P0 &&