Commit 3d599beb by Ben Clayton

Add vulkan unit tests to Kokoro

Change-Id: I6e695dd5221da6d9f7f198bc2af8aee00eda8881 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/26808 Presubmit-Ready: Ben Clayton <bclayton@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent 3e2a4780
...@@ -14,7 +14,12 @@ mkdir -p build && cd build ...@@ -14,7 +14,12 @@ mkdir -p build && cd build
cmake .. cmake ..
make --jobs=$(nproc) make --jobs=$(nproc)
# Run the reactor unit tests.
./ReactorUnitTests
# Run the GLES unit tests. TODO(capn): rename. # Run the GLES unit tests. TODO(capn): rename.
./unittests ./unittests
./ReactorUnitTests # Run the Vulkan unit tests.
\ No newline at end of file cd .. # Must be run from project root
build/vk-unittests
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