Author: Alexander Hesse <[email protected]> Branch: split-rpython Changeset: r59823:cc7885d4993a Date: 2013-01-06 20:46 +0100 http://bitbucket.org/pypy/pypy/changeset/cc7885d4993a/
Log: Moved numpy and pypy target tests to pypy diff --git a/rpython/translator/goal/targetnumpystandalone.py b/goal/targetnumpystandalone.py rename from rpython/translator/goal/targetnumpystandalone.py rename to goal/targetnumpystandalone.py diff --git a/rpython/translator/goal/test2/__init__.py b/goal/test/__init__.py rename from rpython/translator/goal/test2/__init__.py rename to goal/test/__init__.py diff --git a/rpython/translator/goal/test2/mymodule.py b/goal/test/mymodule.py rename from rpython/translator/goal/test2/mymodule.py rename to goal/test/mymodule.py diff --git a/rpython/translator/goal/test2/test_app_main.py b/goal/test/test_app_main.py rename from rpython/translator/goal/test2/test_app_main.py rename to goal/test/test_app_main.py diff --git a/rpython/translator/goal/test2/test_targetpypy.py b/goal/test/test_targetpypy.py rename from rpython/translator/goal/test2/test_targetpypy.py rename to goal/test/test_targetpypy.py _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
