tools: run-tests

This commit is contained in:
Bill Zissimopoulos
2016-05-20 21:14:11 -07:00
parent 3935372956
commit 0412fac588
2 changed files with 57 additions and 8 deletions

View File

@@ -20,11 +20,4 @@ build_script:
test_script:
- for %%f in ("build\VStudio\build\%CONFIGURATION%\winfsp-*.msi") do start /wait msiexec /i %%f /qn INSTALLLEVEL=1000
-
- appveyor AddTest winfsp-tests-x64 -Outcome Running
- build\VStudio\build\%CONFIGURATION%\winfsp-tests-x64.exe
- appveyor UpdateTest winfsp-tests-x64 -Outcome Passed
-
- appveyor AddTest winfsp-tests-x86 -Outcome Running
- build\VStudio\build\%CONFIGURATION%\winfsp-tests-x86.exe
- appveyor UpdateTest winfsp-tests-x86 -Outcome Passed
- tools\run-tests.bat %CONFIGURATION%