Open CrazyFlasher opened 4 years ago
Here's what work for me, but only with Haxe 3.4.7:
cd tool
haxe build.hxml
haxelib dev munit ../src
haxelib run munit test
The tool doesn't work with Haxe 4 atm.
Here's what work for me, but only with Haxe 3.4.7:
cd tool
haxe build.hxml
haxelib dev munit ../src
haxelib run munit test
The tool doesn't work with Haxe 4 atm.
Also I tend to avoid running the C++ tests, because I'm a wimp :D
Ok, I changed
-cmd haxelib dev munit ./src
to-cmd haxelib dev munit
:Seems to be OK (ignoring core tests results) Then I go to my project:
And browser opens with this broken page: