mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
Attempt to add a slowio test for memfs-dotnet.
This commit is contained in:
parent
879fa2464f
commit
ce436fc29a
@ -71,6 +71,7 @@ set dfl_tests=^
|
|||||||
winfsp-tests-dotnet-external-share ^
|
winfsp-tests-dotnet-external-share ^
|
||||||
fsx-memfs-dotnet-disk ^
|
fsx-memfs-dotnet-disk ^
|
||||||
fsx-memfs-dotnet-net ^
|
fsx-memfs-dotnet-net ^
|
||||||
|
fsx-memfs-dotnet-slowio ^
|
||||||
winfstest-memfs-dotnet-disk ^
|
winfstest-memfs-dotnet-disk ^
|
||||||
winfstest-memfs-dotnet-net
|
winfstest-memfs-dotnet-net
|
||||||
set opt_tests=^
|
set opt_tests=^
|
||||||
@ -498,6 +499,11 @@ call :__run_fsx_memfs_slowio_test memfs32-slowio memfs-x86
|
|||||||
if !ERRORLEVEL! neq 0 goto fail
|
if !ERRORLEVEL! neq 0 goto fail
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
|
||||||
|
:fsx-memfs-dotnet-slowio
|
||||||
|
call :__run_fsx_memfs_slowio_test memfs.net-slowio memfs-dotnet-msil
|
||||||
|
if !ERRORLEVEL! neq 0 goto fail
|
||||||
|
exit /b 0
|
||||||
|
|
||||||
:__run_fsx_memfs_slowio_test
|
:__run_fsx_memfs_slowio_test
|
||||||
set RunSampleTestExit=0
|
set RunSampleTestExit=0
|
||||||
call "%ProjRoot%\tools\fsreg" %1 "%ProjRoot%\build\VStudio\build\%Configuration%\%2.exe" "-u %%%%1 -m %%%%2 -M 50 -P 10 -R 5" "D:P(A;;RPWPLC;;;WD)"
|
call "%ProjRoot%\tools\fsreg" %1 "%ProjRoot%\build\VStudio\build\%Configuration%\%2.exe" "-u %%%%1 -m %%%%2 -M 50 -P 10 -R 5" "D:P(A;;RPWPLC;;;WD)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user