[pypy-svn] r59647 - pypy/trunk/pypy

pedronis at codespeak.net pedronis at codespeak.net
Sun Nov 2 13:12:27 CET 2008


Author: pedronis
Date: Sun Nov  2 13:12:27 2008
New Revision: 59647

Added:
   pypy/trunk/pypy/pytest-A.cfg   (contents, props changed)
Log:
basic runner configuration for pypy-c py.test -A testing


Added: pypy/trunk/pypy/pytest-A.cfg
==============================================================================
--- (empty file)
+++ pypy/trunk/pypy/pytest-A.cfg	Sun Nov  2 13:12:27 2008
@@ -0,0 +1,5 @@
+cherrypick = ['interpreter', 'objspace/std']
+
+interp = ['translator/goal/pypy-c']
+test_driver = ['test_all.py', '-A']
+



More information about the Pypy-commit mailing list