diff --git a/tests/gem5/hello_se/test_hello_se.py b/tests/gem5/hello_se/test_hello_se.py index a0df5c77f1..99bc8bb790 100644 --- a/tests/gem5/hello_se/test_hello_se.py +++ b/tests/gem5/hello_se/test_hello_se.py @@ -40,7 +40,8 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. """ -Test file for the util m5 exit assembly instruction. +Tests which run simple binaries in gem5's SE mode. The stdlib's SimpleBoard +is used to run these tests. """ from testlib import *