mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools: run-tests: simple standby list test
This commit is contained in:
parent
83c1489b92
commit
b56379b542
@ -40,9 +40,13 @@ for %%f in (^
|
||||
:winfsp-tests-x64-external-share ^
|
||||
:fsx-memfs-x64-disk ^
|
||||
:fsx-memfs-x64-net ^
|
||||
:standby-memfs-x64-disk ^
|
||||
:standby-memfs-x64-net ^
|
||||
:winfsp-tests-x86-external-share ^
|
||||
:fsx-memfs-x86-disk ^
|
||||
:fsx-memfs-x86-net ^
|
||||
:standby-memfs-x86-disk ^
|
||||
:standby-memfs-x86-net ^
|
||||
:winfstest-memfs-x64-disk ^
|
||||
:winfstest-memfs-x64-net ^
|
||||
:winfstest-memfs-x86-disk ^
|
||||
@ -165,6 +169,18 @@ if !ERRORLEVEL! neq 0 goto fail
|
||||
if !ERRORLEVEL! neq 0 goto fail
|
||||
exit /b 0
|
||||
|
||||
:standby-memfs-x64-disk
|
||||
M:
|
||||
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe"
|
||||
if !ERRORLEVEL! neq 0 goto fail
|
||||
exit /b 0
|
||||
|
||||
:standby-memfs-x64-net
|
||||
N:
|
||||
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe"
|
||||
if !ERRORLEVEL! neq 0 goto fail
|
||||
exit /b 0
|
||||
|
||||
:winfsp-tests-x86-external-share
|
||||
O:
|
||||
"%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" --external --share=winfsp-tests-share=O:\ --resilient ^
|
||||
@ -188,6 +204,18 @@ if !ERRORLEVEL! neq 0 goto fail
|
||||
if !ERRORLEVEL! neq 0 goto fail
|
||||
exit /b 0
|
||||
|
||||
:standby-memfs-x86-disk
|
||||
O:
|
||||
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe"
|
||||
if !ERRORLEVEL! neq 0 goto fail
|
||||
exit /b 0
|
||||
|
||||
:standby-memfs-x86-net
|
||||
P:
|
||||
copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe"
|
||||
if !ERRORLEVEL! neq 0 goto fail
|
||||
exit /b 0
|
||||
|
||||
:winfstest-memfs-x64-disk
|
||||
M:
|
||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat"
|
||||
|
Loading…
x
Reference in New Issue
Block a user