mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -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