summaryrefslogtreecommitdiff
path: root/tests/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.py')
-rw-r--r--tests/run.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run.py b/tests/run.py
index 461813559..ff5be230d 100644
--- a/tests/run.py
+++ b/tests/run.py
@@ -171,6 +171,10 @@ def inputpath(app, file=None):
file = app
return joinpath(test_progs, app, 'input', file)
+def srcpath(path):
+ """Path to file in gem5's source tree"""
+ return joinpath(os.path.dirname(__file__), "..", path)
+
# build configuration
sys.path.append(joinpath(tests_root, 'configs'))
test_filename = config