[pypy-commit] pypy split-rpython: Moved numpy and pypy target tests to pypy

Aquana noreply at buildbot.pypy.org
Sun Jan 6 21:32:21 CET 2013


Author: Alexander Hesse <webmaster at aquanasoft.de>
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


More information about the pypy-commit mailing list