summaryrefslogtreecommitdiffstats
path: root/debian/pyrex/pyrex-0.9.9/bin/run_tests_2.6
diff options
context:
space:
mode:
Diffstat (limited to 'debian/pyrex/pyrex-0.9.9/bin/run_tests_2.6')
-rwxr-xr-xdebian/pyrex/pyrex-0.9.9/bin/run_tests_2.67
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/pyrex/pyrex-0.9.9/bin/run_tests_2.6 b/debian/pyrex/pyrex-0.9.9/bin/run_tests_2.6
new file mode 100755
index 00000000..3cca59e7
--- /dev/null
+++ b/debian/pyrex/pyrex-0.9.9/bin/run_tests_2.6
@@ -0,0 +1,7 @@
+#!/usr/bin/env python2.6
+#
+# runtests -- Run all the tests.
+#
+
+from Pyrex.Testing import Testing
+Testing.run_tests()