Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/23603 )

Change subject: tests: Setup Kokoro to run the GTest suite
......................................................................

tests: Setup Kokoro to run the GTest suite

Change-Id: Ic38a104a1e6bf655fc64158b556e6227d5ac3981
---
M tests/jenkins/presubmit.sh
1 file changed, 2 insertions(+), 1 deletion(-)



diff --git a/tests/jenkins/presubmit.sh b/tests/jenkins/presubmit.sh
index e76aa4c..f564bc4 100755
--- a/tests/jenkins/presubmit.sh
+++ b/tests/jenkins/presubmit.sh
@@ -47,4 +47,5 @@
 # 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

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/23603
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Ic38a104a1e6bf655fc64158b556e6227d5ac3981
Gerrit-Change-Number: 23603
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to