8 lines
183 B
Haxe
8 lines
183 B
Haxe
package tests;
|
|
import utest.Test;
|
|
|
|
class TestMain extends Test {
|
|
public static function main() {
|
|
utest.UTest.run([new AltTest(), new StoryTest(), new UtilTest()]);
|
|
}
|
|
} |