From 5f2a3b89eaa1199d9bc2ddd10622f9803cec983f Mon Sep 17 00:00:00 2001 From: RblSb Date: Fri, 3 Apr 2020 04:48:36 +0300 Subject: Sync playback rate --- test/Main.hx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/Main.hx (limited to 'test/Main.hx') diff --git a/test/Main.hx b/test/Main.hx new file mode 100644 index 0000000..d2ea286 --- /dev/null +++ b/test/Main.hx @@ -0,0 +1,15 @@ +package; + +import utest.Runner; +import utest.ui.Report; + +class Main { + + static function main() { + final runner = new Runner(); + runner.addCases(test.tests); + Report.create(runner); + runner.run(); + } + +} -- cgit v1.2.3