Attempt to fix FUZZERTEST variable set and remove appveyor_old.yml

This commit is contained in:
Sean Purcell
2017-03-21 14:21:00 -07:00
parent ad92b55448
commit 4cfed3c526
2 changed files with 1 additions and 188 deletions
+1 -1
View File
@@ -142,8 +142,8 @@
make -C contrib\pzstd check &&
make -C contrib\pzstd clean
)
- SET "FUZZERTEST=-T1mn"
- if [%HOST%]==[visual] if [%CONFIGURATION%]==[Release] (
SET "FUZZERTEST=-T1mn" &&
CD tests &&
SET ZSTD=./zstd.exe &&
sh -e playTests.sh --test-large-data &&