aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schneider <david.schneider@picle.org>2012-07-05 21:22:15 +0200
committerDavid Schneider <david.schneider@picle.org>2012-07-05 21:22:15 +0200
commitcae0e1ff5c8767c020fb5905a03187b904039dbd (patch)
treefbac8aa4d483f7d71dcae2b206a75a7ea579e7ee /pypy/testrunner_cfg.py
parentBacked out changeset 2ad609c205d8 (diff)
downloadpypy-cae0e1ff5c8767c020fb5905a03187b904039dbd.tar.gz
pypy-cae0e1ff5c8767c020fb5905a03187b904039dbd.tar.bz2
pypy-cae0e1ff5c8767c020fb5905a03187b904039dbd.zip
add the ARM backend files to the list of files to be treated differently
Diffstat (limited to 'pypy/testrunner_cfg.py')
-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):