From 29dd04cfe96f095414d881b53cb0838661996f57 Mon Sep 17 00:00:00 2001 From: Jason Lowe-Power Date: Wed, 16 Sep 2015 09:35:36 -0500 Subject: tests: Add tests for the Learning gem5 scripts 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 --- tests/configs/learning-gem5-p1-simple.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/configs/learning-gem5-p1-simple.py (limited to 'tests/configs/learning-gem5-p1-simple.py') diff --git a/tests/configs/learning-gem5-p1-simple.py b/tests/configs/learning-gem5-p1-simple.py new file mode 100644 index 000000000..7ee9cc815 --- /dev/null +++ b/tests/configs/learning-gem5-p1-simple.py @@ -0,0 +1,11 @@ + +# 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') -- cgit v1.2.3