Fix msvc fuzzer test runtime

This commit is contained in:
Sean Purcell 2017-03-21 11:19:48 -07:00
parent 1b418bd3da
commit ad92b55448

View File

@ -143,7 +143,7 @@
make -C contrib\pzstd clean
)
- if [%HOST%]==[visual] if [%CONFIGURATION%]==[Release] (
SET FUZZERTEST=-T1mn &&
SET "FUZZERTEST=-T1mn" &&
CD tests &&
SET ZSTD=./zstd.exe &&
sh -e playTests.sh --test-large-data &&