munit is a cross-platform unit testing framework for Haxe. Utilises metadata markup for test cases and includes tools for generating, compiling and running test cases from the command line.
It would be useful if you could run haxelib run munit test -as3 --no-inline, and let the --no-inline parameter be passed through to the resultant haxe command. (Perhaps other parameters could also be passed through this way - or even a -params '--no-inline -etc -D eg' parameter?)
It would be useful if you could run haxelib run munit test -as3 --no-inline, and let the --no-inline parameter be passed through to the resultant haxe command. (Perhaps other parameters could also be passed through this way - or even a -params '--no-inline -etc -D eg' parameter?)