prezi / gradle-haxe-plugin

Gradle Haxe Plugin
Other
23 stars 4 forks source link

Separate binaries and better MUnit support #23

Closed lptr closed 10 years ago

lptr commented 10 years ago

There are now two binaries: HaxeBinary and HaxeTestBinary.

MUnit is now invoked with run instead of test, so we can do our own suite generation and compilation with the new HaxeTestCompile task.