[pypy-commit] pypy ppc-jit-backend: add the ppc backed to the DIR_SPLIT list for test runs

bivab noreply at buildbot.pypy.org
Tue Jul 17 11:39:39 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: ppc-jit-backend
Changeset: r56093:f780026f7c18
Date: 2012-07-17 11:39 +0200
http://bitbucket.org/pypy/pypy/changeset/f780026f7c18/

Log:	add the ppc backed to the DIR_SPLIT list for test runs

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/ppc', 'jit/metainterp', 'rpython/test',
 ]
 
 def collect_one_testdir(testdirs, reldir, tests):


More information about the pypy-commit mailing list