[pypy-commit] pypy arm-backend-2: add the ARM backend files to the list of files to be treated differently

bivab noreply at buildbot.pypy.org
Sat Jul 7 09:50:14 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r55950:4397910f4f0f
Date: 2012-07-05 21:22 +0200
http://bitbucket.org/pypy/pypy/changeset/4397910f4f0f/

Log:	add the ARM backend files to the list of files to be treated
	differently

diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
--- a/pypy/testrunner_cfg.py
+++ b/pypy/testrunner_cfg.py
@@ -3,7 +3,7 @@
 
 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):


More information about the pypy-commit mailing list