You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/12/10 13:56:14 UTC

[08/13] git commit: [flex-sdk] [refs/heads/develop] - Add 'test' target to 'org.apache.flex' project build script

Add 'test' target to 'org.apache.flex' project build script

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/c72d8016
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c72d8016
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/c72d8016

Branch: refs/heads/develop
Commit: c72d8016bf817706581460ef4385e89607bb829b
Parents: 908f99d
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Dec 10 11:17:10 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Dec 10 13:30:05 2014 +0100

----------------------------------------------------------------------
 frameworks/projects/apache/build.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c72d8016/frameworks/projects/apache/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/apache/build.xml b/frameworks/projects/apache/build.xml
index 363e896..07577b9 100644
--- a/frameworks/projects/apache/build.xml
+++ b/frameworks/projects/apache/build.xml
@@ -188,6 +188,12 @@
 		</compc>
 	</target>
 	
+  <target name="test" description="Runs FlexUnit tests for 'org.apache.flex' components">
+    <ant antfile="${FLEX_HOME}/flexunit-tests.xml">
+      <property name="project.root" value="${basedir}"/>
+    </ant>
+  </target>
+	
 	<target name="doc" depends="clean-temp-docs" description="updates apache.swc with asdoc xml">
 		<!-- Load the <asdoc> task. We can't do this at the <project> level -->
 		<!-- because targets that run before flexTasks.jar gets built would fail. -->