aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pypy/testrunner_cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
index 5397515c4f..e41178bac4 100644
--- a/pypy/testrunner_cfg.py
+++ b/pypy/testrunner_cfg.py
@@ -3,7 +3,7 @@ import os
DIRS_SPLIT = [
'translator/c', 'translator/jvm', 'rlib', 'rpython/memory',
- 'jit/backend/x86', 'jit/metainterp', 'rpython/test',
+ 'jit/backend/x86', 'jit/backend/arm', 'jit/metainterp', 'rpython/test',
]
def collect_one_testdir(testdirs, reldir, tests):