From 41a8800950f706536111dd170dc487a8453574a1 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 16 Dec 2019 14:07:22 -0800 Subject: tests: Setup Kokoro to run the GTest suite. Change-Id: If700eed24b2902d04a9b0ee72b72e9e6a3472ef5 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/23724 Reviewed-by: Daniel Carvalho Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power Tested-by: kokoro --- tests/jenkins/presubmit.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/jenkins/presubmit.sh b/tests/jenkins/presubmit.sh index e76aa4c67..f564bc435 100755 --- a/tests/jenkins/presubmit.sh +++ b/tests/jenkins/presubmit.sh @@ -47,4 +47,5 @@ cd git/jenkins-gem5-prod/tests # Build with 4 threads (i.e., pass -j4 to scons) # Run 4 tests in parallel # Look for tests in the gem5 subdirectory -./main.py run -j4 -t4 gem5 +# Once complete, run the Google Tests +./main.py run -j4 -t4 gem5 && scons -C .. build/NULL/unittests.opt -- cgit v1.2.3