util: Break up some unit tests in the m5 utility.
authorGabe Black <gabe.black@gmail.com>
Sat, 31 Oct 2020 04:19:30 +0000 (21:19 -0700)
committerGabe Black <gabe.black@gmail.com>
Mon, 21 Dec 2020 23:48:07 +0000 (23:48 +0000)
commit99d96b76cb3bedaa4aaedcaa34929f9e7f6ead1e
tree41cf4e5aeefcb5be0eee04b627d147098d2f6f40
parentc110695a44c17f3860b3593734a97056c2872684
util: Break up some unit tests in the m5 utility.

Some unit tests for the inst and semi call types in the m5 utility were
too big and testing multiple scenarioes. This change breaks them up into
individual tests, like in the addr call type unit test.

Change-Id: I764d9edfbe4f6bdcc5907173247f7511c68aa1d0
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/36855
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
util/m5/src/call_type/inst.test.cc
util/m5/src/call_type/semi.test.cc