sim: Use the old work item behavior by default
[gem5.git] / tests / configs / learning-gem5-p1-simple.py
1
2 # A wrapper around configs/learning_gem5/part1/simple.py
3
4 # For some reason, this is implicitly needed by run.py
5 root = None
6
7 def run_test(root):
8 # Called from tests/run.py
9
10 # Execute the script we are wrapping
11 execfile('configs/learning_gem5/part1/simple.py')