Files
hank/tests/TestMain.hx

8 lines
167 B
Haxe

package tests;
import utest.Test;
class TestMain extends Test {
public static function main() {
utest.UTest.run([new AltTest(), new StoryTest()]);
}
}