buildframework/helium/tools/testing/eunit/eunit.ant.xml
changeset 217 0f5e3a7fb6af
parent 179 d8ac696cc51f
child 628 7c4a911dc066
--- a/buildframework/helium/tools/testing/eunit/eunit.ant.xml	Fri Feb 05 11:59:41 2010 +0000
+++ b/buildframework/helium/tools/testing/eunit/eunit.ant.xml	Thu Mar 04 15:10:37 2010 +0200
@@ -20,10 +20,32 @@
 
 ============================================================================
 -->
+<!--* @package testing -->
 <project name="_testing.eunit">
     <description>
         Testing using EUnit. (For WINSCW)
     </description>
+    
+    <!--* @property eunit.prepare.zip
+    Name of eunit zip file. Need to unzip into build area to start eunit test
+    @type string
+    @editable required
+    @scope public
+    -->
+    
+    <!--* @property eunit.prepare.zip
+    Name of eunit zip file. Need to unzip into build area to start eunit test
+    @type string
+    @editable required
+    @scope public
+    -->
+    
+    <!--* @property eunitexerunner.flags
+    Flags for EUnit exerunner can be set by setting the value of this variable. The default flags are set to "/E S60AppEnv /R Off".
+    @type string
+    @editable required
+    @scope public
+    -->
 
     <!-- Unzip test package to build drive. -->
     <target name="prepare-eunit" if="enabled.ats">