Files
hank/tests/main/Internals.hx

9 lines
280 B
Haxe

package tests.main;
import utest.Test;
import hank.StoryTestCase;
class Internals extends Test {
public static function main() {
utest.UTest.run([new HInterfaceTest(), new HankBufferTest(), new ParserTest(), new StoryTreeTest(), new FileLoadingMacroTest()]);
}
}