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
180 stars 56 forks source link

haxelib munit run passing hxml is not haxe 3 fully compatible #75

Closed sebpatu closed 4 years ago

sebpatu commented 10 years ago

Hi, when i specify an hxml file to munit run, so that it will be used for haxe compilation of the unit tests, it seems that i can't do with this hxl everything i can do with classical haxe hxml compilation. For example -- each is not interpreted, and i can't set -swf OutPutFile.swf in a sub hxml it always need to be in the main hxml.

why is it different with haxe hxml behavior? can't it be changed? at least can you add --each keyword support?

Thanks Seb

mikestead commented 10 years ago

Thanks for the feedback, we'll look into supporting both.