Author: Matti Picus <[email protected]>
Branch: 
Changeset: r95101:4cbeaa8bf545
Date: 2018-09-11 23:57 +0300
http://bitbucket.org/pypy/pypy/changeset/4cbeaa8bf545/

Log:    add module/cpyext/test to directories to be split for own tests

diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
--- a/pypy/testrunner_cfg.py
+++ b/pypy/testrunner_cfg.py
@@ -5,7 +5,7 @@
     'translator/c', 'rlib',
     'memory/test', 'jit/metainterp',
     'jit/backend/arm', 'jit/backend/x86',
-    'jit/backend/zarch',
+    'jit/backend/zarch', 'module/cpyext/test',
 ]
 
 def collect_one_testdir(testdirs, reldir, tests):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to