util: Add unit tests for most remaining m5 utility commands.
authorGabe Black <gabeblack@google.com>
Wed, 8 Apr 2020 06:19:31 +0000 (23:19 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 27 Jul 2020 08:29:14 +0000 (08:29 +0000)
commit135d3e9cf5ad3909b398600537d137b41c8bd933
treeb3cc31c51da7f8c9c374230bea7d08ef20800d3d
parentce90cceb25e05e123015ea5602de2fe31c13cade
util: Add unit tests for most remaining m5 utility commands.

The only two which still need unit tests are the more complex commands,
readfile and writefile.

Change-Id: Ib9984c71fb4449cbbbd1e2a43f3140975328d31f
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27607
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/m5/src/command/SConscript.native
util/m5/src/command/addsymbol.test.cc [new file with mode: 0644]
util/m5/src/command/checkpoint.test.cc [new file with mode: 0644]
util/m5/src/command/dumpresetstats.test.cc [new file with mode: 0644]
util/m5/src/command/dumpstats.test.cc [new file with mode: 0644]
util/m5/src/command/exit.test.cc [new file with mode: 0644]
util/m5/src/command/fail.test.cc [new file with mode: 0644]
util/m5/src/command/initparam.test.cc [new file with mode: 0644]
util/m5/src/command/loadsymbol.test.cc [new file with mode: 0644]
util/m5/src/command/resetstats.test.cc [new file with mode: 0644]