9 lines
179 B
Haxe
9 lines
179 B
Haxe
package tests;
|
|
import utest.Test;
|
|
|
|
class AllTestsMain extends Test {
|
|
public static function main() {
|
|
InternalsTestMain.main();
|
|
ExamplesTestMain.main();
|
|
}
|
|
} |