OSDN Git Service

Add reactor unit tests to Kokoro
authorNicolas Capens <capn@google.com>
Mon, 11 Mar 2019 14:39:51 +0000 (10:39 -0400)
committerNicolas Capens <nicolascapens@google.com>
Mon, 11 Mar 2019 15:48:17 +0000 (15:48 +0000)
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>

kokoro/gcp_ubuntu/continuous.sh

index eea4f8f..7b965f9 100755 (executable)
@@ -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