mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-23 22:49:39 +00:00
new test commands
prefer make check when available
This commit is contained in:
parent
9b3d524794
commit
191af8507d
@ -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 -------
|
||||
|
||||
#---------------------------------#
|
||||
|
Loading…
Reference in New Issue
Block a user