summaryrefslogtreecommitdiff
path: root/src/sim/SConscript
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2019-11-27 22:54:48 -0800
committerGabe Black <gabeblack@google.com>2020-01-13 22:44:49 +0000
commitaabe7e1f697dc87e8ad0956c53a81dc1ecce2595 (patch)
tree56bc6c8d2bb1d18a86fb8a4ecd1811e8974f849c /src/sim/SConscript
parent6c9da52bea73d43f3384dd57594b74dc7fd031c3 (diff)
downloadgem5-aabe7e1f697dc87e8ad0956c53a81dc1ecce2595.tar.xz
sim: Add a unit test for the GuestABI mechanism.
Jira Issue: https://gem5.atlassian.net/browse/GEM5-187 Change-Id: I76934d94b4c61570a4ca603388012c65280e2b7c Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/23197 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com> Tested-by: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'src/sim/SConscript')
-rw-r--r--src/sim/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/SConscript b/src/sim/SConscript
index aacdb341d..b27dc5139 100644
--- a/src/sim/SConscript
+++ b/src/sim/SConscript
@@ -78,6 +78,7 @@ Source('clocked_object.cc')
Source('mathexpr.cc')
GTest('byteswap.test', 'byteswap.test.cc', '../base/types.cc')
+GTest('guest_abi.test', 'guest_abi.test.cc')
if env['TARGET_ISA'] != 'null':
SimObject('InstTracer.py')