util: Make running m5 util unit tests opt-in.
authorGabe Black <gabe.black@gmail.com>
Fri, 23 Oct 2020 03:01:00 +0000 (20:01 -0700)
committerGabe Black <gabe.black@gmail.com>
Fri, 4 Dec 2020 22:57:35 +0000 (22:57 +0000)
commit3ac80f9f55bef0d04f636258f2bf2abd1e3db776
treefb7de7d0270a44c771457c87a01a78eded7f143f
parenta5f929357d3d766d3e9271723b1b2bac0e8eb570
util: Make running m5 util unit tests opt-in.

These tests don't run reliably right now for a few reasons, including
problems with QEMU, and apparently inaccurate information from g++-s
--print-sysroot option.

This may be revisited in the future if those problems can be sorted out.
For now, avoid tripping up new people who won't know to (or how to) work
around those sorts of errors.

Change-Id: Ide42e6c6b27159ff146b8495ae568d1fd377f4f4
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/28179
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/m5/README.md
util/m5/SConstruct