summaryrefslogtreecommitdiff
path: root/numpy/doc/cython/run_test.py
diff options
context:
space:
mode:
authorFernando Perez <fperez@fperez.org>2008-04-09 01:54:54 +0000
committerFernando Perez <fperez@fperez.org>2008-04-09 01:54:54 +0000
commit5e31a42c49f8fee87388cd33baf891d3f0010157 (patch)
tree9af1947d6941c95e342723678445aa9912f5184d /numpy/doc/cython/run_test.py
parent0b0a389d1dfb6d76e053988d87f6434c81dd5ba5 (diff)
downloadnumpy-5e31a42c49f8fee87388cd33baf891d3f0010157.tar.gz
Add up to date (and slightly cleaned up) support for Cython after porting
the existing Pyrex one, put in deprecation markers in the old Pyrex dir. The pyrex dir can be removed in a subsequent commit.
Diffstat (limited to 'numpy/doc/cython/run_test.py')
-rwxr-xr-xnumpy/doc/cython/run_test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/doc/cython/run_test.py b/numpy/doc/cython/run_test.py
new file mode 100755
index 000000000..96388011e
--- /dev/null
+++ b/numpy/doc/cython/run_test.py
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+from numpyx import test
+test()