| commit | b72d28ff997537d92522ab24d1185dca763cf25e | [log] [tgz] |
|---|---|---|
| author | Nicolas Capens <capn@google.com> | Mon Mar 11 10:39:51 2019 -0400 |
| committer | Nicolas Capens <nicolascapens@google.com> | Mon Mar 11 15:48:17 2019 +0000 |
| tree | 7aa9c19b8a4e3edc6303cf3e80854a0c2a56636b | |
| parent | 1a5c3b91151f76ad979deebb610ee04c0959b12c [diff] |
Add reactor unit tests to Kokoro Bug b/123360006 Change-Id: I4132ebf474f8055554126529839c33fd87d75499 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/26768 Tested-by: Nicolas Capens <nicolascapens@google.com> Presubmit-Ready: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
diff --git a/kokoro/gcp_ubuntu/continuous.sh b/kokoro/gcp_ubuntu/continuous.sh index eea4f8f..7b965f9 100755 --- a/kokoro/gcp_ubuntu/continuous.sh +++ b/kokoro/gcp_ubuntu/continuous.sh
@@ -14,5 +14,7 @@ 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