diff --git a/appveyor.yml b/appveyor.yml index bcb52935..324d0c5e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,5 +20,11 @@ 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