mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
dll: FspFileSystemSetMountPoint: testing
This commit is contained in:
@ -78,6 +78,12 @@ if errorlevel 1 goto fail
|
||||
echo winfsp-tests-x64 --case-randomize
|
||||
winfsp-tests-x64 --case-randomize
|
||||
if errorlevel 1 goto fail
|
||||
echo winfsp-tests-x64 --mountpoint=X:
|
||||
winfsp-tests-x64 --mountpoint=X:
|
||||
if errorlevel 1 goto fail
|
||||
echo winfsp-tests-x64 --mountpoint=mymnt
|
||||
winfsp-tests-x64 --mountpoint=mymnt
|
||||
if errorlevel 1 goto fail
|
||||
exit /b 0
|
||||
|
||||
:winfsp-tests-x86
|
||||
@ -87,6 +93,12 @@ if errorlevel 1 goto fail
|
||||
echo winfsp-tests-x86 --case-randomize
|
||||
winfsp-tests-x86 --case-randomize
|
||||
if errorlevel 1 goto fail
|
||||
echo winfsp-tests-x86 --mountpoint=X:
|
||||
winfsp-tests-x86 --mountpoint=X:
|
||||
if errorlevel 1 goto fail
|
||||
echo winfsp-tests-x86 --mountpoint=mymnt
|
||||
winfsp-tests-x86 --mountpoint=mymnt
|
||||
if errorlevel 1 goto fail
|
||||
exit /b 0
|
||||
|
||||
:fsx-memfs-x64
|
||||
|
Reference in New Issue
Block a user