[pypy-commit] pypy better-jit-hooks: better than nothing

fijal noreply at buildbot.pypy.org
Fri Jan 6 13:16:23 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: better-jit-hooks
Changeset: r51071:5b4f622c57aa
Date: 2012-01-06 14:15 +0200
http://bitbucket.org/pypy/pypy/changeset/5b4f622c57aa/

Log:	better than nothing

diff --git a/pypy/module/pypyjit/test/test_ztranslation.py b/pypy/module/pypyjit/test/test_ztranslation.py
new file mode 100644
--- /dev/null
+++ b/pypy/module/pypyjit/test/test_ztranslation.py
@@ -0,0 +1,5 @@
+
+from pypy.objspace.fake.checkmodule import checkmodule
+
+def test_pypyjit_translates():
+    checkmodule('pypyjit')


More information about the pypy-commit mailing list