Skip to content

Instantly share code, notes, and snippets.

@mattupstate
Created July 6, 2010 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattupstate/464875 to your computer and use it in GitHub Desktop.
Save mattupstate/464875 to your computer and use it in GitHub Desktop.
<!-- Runs the FlexUnit task on the compiled test output. -->
<target name="run-flexunit" depends="compile-test">
<flexunit swf="${test.compile.output}"
toDir="${test.bin.dir}"
haltonfailure="false"
verbose="true"
localTrusted="true"
failureproperty="flexunit.failed"
timeout="5000" />
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment