9 lines
201 B
Haxe
9 lines
201 B
Haxe
package tests;
|
|
import utest.Test;
|
|
import hank.StoryTestCase;
|
|
|
|
class ExamplesTestMain extends Test {
|
|
public static function main() {
|
|
utest.UTest.run([new StoryTestCase("examples")]);
|
|
}
|
|
} |