]> gitweb.michael.orlitzky.com - dunshire.git/blob - test/__main__.py
Add setup.py and reorganize everything to make its "test" command happy.
[dunshire.git] / test / __main__.py
1 from test import build_suite, run_suite
2
3 run_suite(build_suite())