new test commands

prefer make check when available
This commit is contained in:
Yann Collet 2019-07-10 16:20:25 -07:00
parent 9b3d524794
commit 191af8507d

View File

@ -75,9 +75,11 @@ test_script:
- ECHO Testing %COMPILER% %PLATFORM% %ARCH%
- ECHO ***
- ls
- xxhsum -h
- xxhsum xxhsum.exe
- xxhsum -bi1
- if [%COMPILER%]==[visual] (
xxhsum -bi1
) ELSE (
make check
)
- ECHO ------- xxhsum tested -------
#---------------------------------#