try another name for Visual binary

This commit is contained in:
Yann Collet 2019-07-10 16:25:27 -07:00
parent 191af8507d
commit 78ad9b637d

View File

@ -76,10 +76,9 @@ test_script:
- ECHO ***
- ls
- if [%COMPILER%]==[visual] (
xxhsum -bi1
) ELSE (
make check
xxhsum.exe -bi1
)
# note : already tested, with make test, when %COMPILER%==gcc
- ECHO ------- xxhsum tested -------
#---------------------------------#