summaryrefslogtreecommitdiff
path: root/tests/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SConscript')
-rw-r--r--tests/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript
index 8e4b42d02..5c1eb5f7b 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -282,7 +282,7 @@ def test_builder(env, ref_dir):
new_stats = tgt('stats.txt')
status_file = tgt('status')
- env.Command([status_file],
+ env.Command([status_file, new_stats],
[env.M5Binary, 'run.py', ref_stats],
testAction)