summaryrefslogtreecommitdiffstats
path: root/debian/pyrex/pyrex-0.9.9/bin/run_tests_2.5
blob: f478aaa7071d2ffe5ac026d505985214250a246c (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python2.5
#
#   runtests -- Run all the tests.
#

from Pyrex.Testing import Testing
Testing.run_tests()