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