29dd04cfe9
These tests will ensure that Learning gem5 scripts are always up to date with the changes in the mainline of gem5. Committed by: Nilay Vaish <nilay@cs.wisc.edu>
11 lines
286 B
Python
11 lines
286 B
Python
|
|
# A wrapper around configs/learning_gem5/part1/simple.py
|
|
|
|
# For some reason, this is implicitly needed by run.py
|
|
root = None
|
|
|
|
def run_test(root):
|
|
# Called from tests/run.py
|
|
|
|
# Execute the script we are wrapping
|
|
execfile('configs/learning_gem5/part1/simple.py')
|