aboutsummaryrefslogtreecommitdiffstats
path: root/test/Main.hx
blob: d2ea286400b5ae8ba6c146c3a5c066cc549d8d41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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