Commit b72d28ff by Nicolas Capens Committed by Nicolas Capens

Add reactor unit tests to Kokoro

Bug b/123360006 Change-Id: I4132ebf474f8055554126529839c33fd87d75499 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/26768Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Presubmit-Ready: Ben Clayton <bclayton@google.com> Reviewed-by: 's avatarBen Clayton <bclayton@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent 1a5c3b91
......@@ -14,5 +14,7 @@ mkdir -p build && cd build
cmake ..
make --jobs=$(nproc)
# Run the GLES unit tests.
./unittests
\ No newline at end of file
# Run the GLES unit tests. TODO(capn): rename.
./unittests
./ReactorUnitTests
\ No newline at end of file
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