tests: Add test for the m5-exit instruction.
authorSean Wilson <spwilson2@wisc.edu>
Thu, 3 Aug 2017 16:22:57 +0000 (11:22 -0500)
committerJason Lowe-Power <jason@lowepower.com>
Fri, 17 Aug 2018 16:37:42 +0000 (16:37 +0000)
commit9d42d34bdf0b3bc529291adf9b843a5c6a2cf847
tree81d334b8db53ba56a23ee4e9aa3005ef9c15be05
parent27dfbdf9f6d4bc1e2a47cf80698882e5c5157423
tests: Add test for the m5-exit instruction.

Change-Id: I92a589b267ce659b6fbcf710043436b84fcb1c63
Signed-off-by: Sean Wilson <spwilson2@wisc.edu>
Reviewed-on: https://gem5-review.googlesource.com/4423
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
tests/gem5/m5_util/test_exit.py [new file with mode: 0644]
tests/test-progs/m5-exit/.gitignore [new file with mode: 0644]
tests/test-progs/m5-exit/src/Makefile.x86 [new file with mode: 0644]
tests/test-progs/m5-exit/src/m5-exit.c [new file with mode: 0644]
util/m5/Makefile.x86