util: Add a --no-test-xml option to the m5 util's scons.
authorGabe Black <gabe.black@gmail.com>
Fri, 23 Oct 2020 03:00:49 +0000 (20:00 -0700)
committerGabe Black <gabe.black@gmail.com>
Fri, 4 Dec 2020 11:07:36 +0000 (11:07 +0000)
commit385bbc863e9974ec55928f4c3d49407cab4081fd
treeca6daf88be6bc6bd60489c67eb306fb524b13107
parentdb95ccffe96b546ffbb076ec885f01d612660356
util: Add a --no-test-xml option to the m5 util's scons.

This forces the test XML output files to be omitted from the build. This
lets you run scons build/ to build everything without running any tests,
and can be used to verify that everything builds correctly even if the
tests don't run/pass.

Change-Id: I280ffe4e76b2249912f9a51a414f4058a3643229
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27755
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Gabe Black <gabe.black@gmail.com>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
util/m5/README.md
util/m5/SConstruct