aboutsummaryrefslogtreecommitdiffstats
path: root/test/Main.hx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Main.hx')
-rw-r--r--test/Main.hx15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/Main.hx b/test/Main.hx
new file mode 100644
index 0000000..d2ea286
--- /dev/null
+++ b/test/Main.hx
@@ -0,0 +1,15 @@
+package;
+
+import utest.Runner;
+import utest.ui.Report;
+
+class Main {
+
+ static function main() {
+ final runner = new Runner();
+ runner.addCases(test.tests);
+ Report.create(runner);
+ runner.run();
+ }
+
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage