mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools: run-tests: include stream tests
This commit is contained in:
parent
b06132cb6b
commit
f8f6d0f1bc
@ -75,34 +75,42 @@ exit /b 1
|
||||
M:
|
||||
"%ProjRoot%\ext\test\fstools\src\fsx\fsx.exe" -N 5000 test xxxxxx
|
||||
if errorlevel 1 goto fail
|
||||
"%ProjRoot%\ext\test\fstools\src\fsx\fsx.exe" -f foo -N 5000 test xxxxxx
|
||||
if errorlevel 1 goto fail
|
||||
N:
|
||||
"%ProjRoot%\ext\test\fstools\src\fsx\fsx.exe" -N 5000 test xxxxxx
|
||||
if errorlevel 1 goto fail
|
||||
"%ProjRoot%\ext\test\fstools\src\fsx\fsx.exe" -f foo -N 5000 test xxxxxx
|
||||
if errorlevel 1 goto fail
|
||||
exit /b 0
|
||||
|
||||
:fsx-memfs-x86
|
||||
O:
|
||||
"%ProjRoot%\ext\test\fstools\src\fsx\fsx.exe" -N 5000 test xxxxxx
|
||||
if errorlevel 1 goto fail
|
||||
"%ProjRoot%\ext\test\fstools\src\fsx\fsx.exe" -f foo -N 5000 test xxxxxx
|
||||
if errorlevel 1 goto fail
|
||||
P:
|
||||
"%ProjRoot%\ext\test\fstools\src\fsx\fsx.exe" -N 5000 test xxxxxx
|
||||
if errorlevel 1 goto fail
|
||||
"%ProjRoot%\ext\test\fstools\src\fsx\fsx.exe" -f foo -N 5000 test xxxxxx
|
||||
if errorlevel 1 goto fail
|
||||
exit /b 0
|
||||
|
||||
:winfstest-memfs-x64
|
||||
M:
|
||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base reparse
|
||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat"
|
||||
if errorlevel 1 goto fail
|
||||
N:
|
||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base reparse
|
||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat"
|
||||
if errorlevel 1 goto fail
|
||||
exit /b 0
|
||||
|
||||
:winfstest-memfs-x86
|
||||
O:
|
||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base reparse
|
||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat"
|
||||
if errorlevel 1 goto fail
|
||||
P:
|
||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base reparse
|
||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat"
|
||||
if errorlevel 1 goto fail
|
||||
exit /b 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user