Skip to content

Instantly share code, notes, and snippets.

@mattupstate
Created July 6, 2010 01:07
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/464879 to your computer and use it in GitHub Desktop.
Save mattupstate/464879 to your computer and use it in GitHub Desktop.
<!-- Compiles the unit tests and runs the FlexUnit task to analyze the results. -->
<target name="run-test" depends="init,run-flexunit">
<if>
<equals arg1="${flexunit.failed}" arg2="true" />
<then>
<fail message="Unit tests failed." />
</then>
</if>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment