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>
This commit is contained in:
Gabe Black
2020-04-06 23:54:37 -07:00
parent 692431a89c
commit 4b1cd4f1a9
2 changed files with 162 additions and 0 deletions

View File

@@ -27,3 +27,4 @@ Import('*')
env.GTest('args')
env.GTest('call_type')
env.GTest('command', 'command.test.cc', 'command.cc', 'args.cc')