From b56379b54200434125dbb5abc5ce2bcad623e33c Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 2 Nov 2016 16:22:47 -0700 Subject: [PATCH] tools: run-tests: simple standby list test --- tools/run-tests.bat | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/tools/run-tests.bat b/tools/run-tests.bat index c3dc5243..ea0ff725 100644 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -40,9 +40,13 @@ for %%f in (^ :winfsp-tests-x64-external-share ^ :fsx-memfs-x64-disk ^ :fsx-memfs-x64-net ^ + :standby-memfs-x64-disk ^ + :standby-memfs-x64-net ^ :winfsp-tests-x86-external-share ^ :fsx-memfs-x86-disk ^ :fsx-memfs-x86-net ^ + :standby-memfs-x86-disk ^ + :standby-memfs-x86-net ^ :winfstest-memfs-x64-disk ^ :winfstest-memfs-x64-net ^ :winfstest-memfs-x86-disk ^ @@ -165,6 +169,18 @@ if !ERRORLEVEL! neq 0 goto fail if !ERRORLEVEL! neq 0 goto fail exit /b 0 +:standby-memfs-x64-disk +M: +copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" +if !ERRORLEVEL! neq 0 goto fail +exit /b 0 + +:standby-memfs-x64-net +N: +copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x64.exe" +if !ERRORLEVEL! neq 0 goto fail +exit /b 0 + :winfsp-tests-x86-external-share O: "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" --external --share=winfsp-tests-share=O:\ --resilient ^ @@ -188,6 +204,18 @@ if !ERRORLEVEL! neq 0 goto fail if !ERRORLEVEL! neq 0 goto fail exit /b 0 +:standby-memfs-x86-disk +O: +copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" +if !ERRORLEVEL! neq 0 goto fail +exit /b 0 + +:standby-memfs-x86-net +P: +copy "%ProjRoot%\build\VStudio\build\%Configuration%\winfsp-tests-x86.exe" +if !ERRORLEVEL! neq 0 goto fail +exit /b 0 + :winfstest-memfs-x64-disk M: call "%ProjRoot%\ext\test\winfstest\run-winfstest.bat"