util: Add stub unit tests for the call types in the m5 utility.
authorGabe Black <gabeblack@google.com>
Thu, 9 Apr 2020 07:39:00 +0000 (00:39 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 12 Aug 2020 01:37:09 +0000 (01:37 +0000)
commit77d1168e78c99ef347df9d6cfe9235a860d15290
tree55a54948037c0fdfbaa9441f790cb030b093a2f6
parent38672ccfe4642ddd4e2265db928374d158afaf07
util: Add stub unit tests for the call types in the m5 utility.

These will be filled out in later changes. This CL just adds the
plumbing to the build script.

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