Commit f523485e by Ben Clayton

Kokoro: Add ReactorUnitTests to windows presubmits

This appears to be accidentally missing. Bug: b/145836207 Change-Id: Iaeb71c362f3b8450f91355e8d1f16c8d58c56548 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/39108Tested-by: 's avatarBen Clayton <bclayton@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent c92bee53
...@@ -28,6 +28,9 @@ cd %SRC% ...@@ -28,6 +28,9 @@ cd %SRC%
if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL! if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL!
SET SWIFTSHADER_DISABLE_DEBUGGER_WAIT_DIALOG=1 SET SWIFTSHADER_DISABLE_DEBUGGER_WAIT_DIALOG=1
build\Debug\ReactorUnitTests.exe
if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL!
build\Debug\gles-unittests.exe build\Debug\gles-unittests.exe
if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL! if !ERRORLEVEL! neq 0 exit /b !ERRORLEVEL!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment