From: Bobby R. Bruce Date: Mon, 16 Dec 2019 22:07:22 +0000 (-0800) Subject: tests: Setup Kokoro to run the GTest suite. X-Git-Tag: v19.0.0.0~182 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41a8800950f706536111dd170dc487a8453574a1;p=gem5.git 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 --- 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