]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - test/__main__.py
Add setup.py and reorganize everything to make its "test" command happy.
[dunshire.git] / test / __main__.py
diff --git a/test/__main__.py b/test/__main__.py
new file mode 100644 (file)
index 0000000..175c884
--- /dev/null
@@ -0,0 +1,3 @@
+from test import build_suite, run_suite
+
+run_suite(build_suite())