mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
tools: run-tests: include reparse point tests
This commit is contained in:
parent
7815b9e2eb
commit
5afe7a5315
@ -90,18 +90,18 @@ exit /b 0
|
|||||||
|
|
||||||
:winfstest-memfs-x64
|
:winfstest-memfs-x64
|
||||||
M:
|
M:
|
||||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base
|
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base reparse
|
||||||
if errorlevel 1 goto fail
|
if errorlevel 1 goto fail
|
||||||
N:
|
N:
|
||||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base
|
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base reparse
|
||||||
if errorlevel 1 goto fail
|
if errorlevel 1 goto fail
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
|
||||||
:winfstest-memfs-x86
|
:winfstest-memfs-x86
|
||||||
O:
|
O:
|
||||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base
|
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base reparse
|
||||||
if errorlevel 1 goto fail
|
if errorlevel 1 goto fail
|
||||||
P:
|
P:
|
||||||
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base
|
call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat" base reparse
|
||||||
if errorlevel 1 goto fail
|
if errorlevel 1 goto fail
|
||||||
exit /b 0
|
exit /b 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user