reorganize kiss into its own directory
This commit is contained in:
13
src/test/TestMain.hx
Normal file
13
src/test/TestMain.hx
Normal file
@@ -0,0 +1,13 @@
|
||||
package test;
|
||||
|
||||
import utest.Runner;
|
||||
import utest.ui.Report;
|
||||
|
||||
class TestMain {
|
||||
public static function main() {
|
||||
var runner = new Runner();
|
||||
runner.addCases(test.cases);
|
||||
Report.create(runner);
|
||||
runner.run();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user