diff options
Diffstat (limited to 'doc/cython/run_test.py')
-rwxr-xr-x | doc/cython/run_test.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/cython/run_test.py b/doc/cython/run_test.py new file mode 100755 index 000000000..96388011e --- /dev/null +++ b/doc/cython/run_test.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python +from numpyx import test +test() |