dll: FspFileSystemSetMountPoint: testing

This commit is contained in:
Bill Zissimopoulos
2016-10-18 14:08:58 -07:00
parent 82a9c8e80f
commit cb17b7e2e0
8 changed files with 125 additions and 22 deletions

View File

@ -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