util: Add a "command" unit test for the m5 utility.
authorGabe Black <gabeblack@google.com>
Tue, 7 Apr 2020 06:54:37 +0000 (23:54 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 27 Jul 2020 08:28:07 +0000 (08:28 +0000)
commit4b1cd4f1a907f2a16afa08fa421a6d3a4c2c6764
tree44dc84799869436adc4a78dc29799b57d20f3138
parent692431a89c2a6dbb91a88e3adba4d7358e46fc08
util: Add a "command" unit test for the m5 utility.

This tests the common "command" machinery, but not the individual
commands themselves.

Change-Id: I92769b4cef8210458786e60fd3c01e8e787fb9b2
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27563
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
util/m5/src/SConscript.native
util/m5/src/command.test.cc [new file with mode: 0644]