forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
13
Kha/Backends/Kinc-hxcpp/khacpp/test/telemetry/TestMain.hx
Normal file
13
Kha/Backends/Kinc-hxcpp/khacpp/test/telemetry/TestMain.hx
Normal file
@ -0,0 +1,13 @@
|
||||
package;
|
||||
|
||||
class TestMain {
|
||||
|
||||
static function main(){
|
||||
var r = new haxe.unit.TestRunner();
|
||||
r.add(new TestBasic());
|
||||
var t0 = haxe.Timer.stamp();
|
||||
var success = r.run();
|
||||
trace(" Time : " + (haxe.Timer.stamp()-t0)*1000 );
|
||||
Sys.exit(success ? 0 : 1);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user