summaryrefslogtreecommitdiff
path: root/numpy/doc/pyrex/run_test.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-03-14 07:53:59 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-03-14 07:53:59 +0000
commit7afda6a7aa249f3bfe490e62f61480d9e5e9c941 (patch)
treec7ef3a6e3bca2148ffd06bf4824a897bd58c559d /numpy/doc/pyrex/run_test.py
parent22335be3938621d9a4ed0ca0ac8ec5a8fc5a1da3 (diff)
downloadnumpy-7afda6a7aa249f3bfe490e62f61480d9e5e9c941.tar.gz
Add rest of the examples for pyrex and swig
Diffstat (limited to 'numpy/doc/pyrex/run_test.py')
-rwxr-xr-xnumpy/doc/pyrex/run_test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/doc/pyrex/run_test.py b/numpy/doc/pyrex/run_test.py
new file mode 100755
index 000000000..96388011e
--- /dev/null
+++ b/numpy/doc/pyrex/run_test.py
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+from numpyx import test
+test()