diff options
author | David Schneider <david.schneider@picle.org> | 2012-07-05 21:22:15 +0200 |
---|---|---|
committer | David Schneider <david.schneider@picle.org> | 2012-07-05 21:22:15 +0200 |
commit | cae0e1ff5c8767c020fb5905a03187b904039dbd (patch) | |
tree | fbac8aa4d483f7d71dcae2b206a75a7ea579e7ee /pypy/testrunner_cfg.py | |
parent | Backed out changeset 2ad609c205d8 (diff) | |
download | pypy-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.py | 2 |
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): |