Skip to content

Instantly share code, notes, and snippets.

@tmskst
Last active August 29, 2015 13:57
Show Gist options
  • Save tmskst/9767462 to your computer and use it in GitHub Desktop.
Save tmskst/9767462 to your computer and use it in GitHub Desktop.
FlashDevelopからmunitを実行する

Project Properties -> Build Tab -> Pre-Build Command Line に記述。
Output Tab -> Platform -> Compilation を Custom Buildに設定するのを忘れずに。

  $(CompilerPath)\haxelib.exe run munit test -as3 -js
  $(CompilerPath)\haxe.exe $(ProjectDir)\compile.hxml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment