X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2F__main__.py;fp=test%2F__main__.py;h=175c884766c899a6cd668ded6ec00b601d1848e0;hb=bdb596b84a06d0c97e39d42586a51fc36ba44186;hp=0000000000000000000000000000000000000000;hpb=21a2eb9a647a48c0e94d02c60ef8785c4ea35f7b;p=dunshire.git diff --git a/test/__main__.py b/test/__main__.py new file mode 100644 index 0000000..175c884 --- /dev/null +++ b/test/__main__.py @@ -0,0 +1,3 @@ +from test import build_suite, run_suite + +run_suite(build_suite())