massive-oss / MassiveUnit

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.
Other
181 stars 56 forks source link

--no-inline #51

Closed alecmce closed 4 years ago

alecmce commented 11 years ago

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?)

mikestead commented 11 years ago

Thanks Alec, not a bad idea. We'll look to get this into the next major version.