buildframework/helium/tools/testing/eunit/eunit.ant.xml
changeset 217 0f5e3a7fb6af
parent 179 d8ac696cc51f
child 628 7c4a911dc066
equal deleted inserted replaced
181:59bb7c4d6172 217:0f5e3a7fb6af
    18 
    18 
    19 Description:
    19 Description:
    20 
    20 
    21 ============================================================================
    21 ============================================================================
    22 -->
    22 -->
       
    23 <!--* @package testing -->
    23 <project name="_testing.eunit">
    24 <project name="_testing.eunit">
    24     <description>
    25     <description>
    25         Testing using EUnit. (For WINSCW)
    26         Testing using EUnit. (For WINSCW)
    26     </description>
    27     </description>
       
    28     
       
    29     <!--* @property eunit.prepare.zip
       
    30     Name of eunit zip file. Need to unzip into build area to start eunit test
       
    31     @type string
       
    32     @editable required
       
    33     @scope public
       
    34     -->
       
    35     
       
    36     <!--* @property eunit.prepare.zip
       
    37     Name of eunit zip file. Need to unzip into build area to start eunit test
       
    38     @type string
       
    39     @editable required
       
    40     @scope public
       
    41     -->
       
    42     
       
    43     <!--* @property eunitexerunner.flags
       
    44     Flags for EUnit exerunner can be set by setting the value of this variable. The default flags are set to "/E S60AppEnv /R Off".
       
    45     @type string
       
    46     @editable required
       
    47     @scope public
       
    48     -->
    27 
    49 
    28     <!-- Unzip test package to build drive. -->
    50     <!-- Unzip test package to build drive. -->
    29     <target name="prepare-eunit" if="enabled.ats">
    51     <target name="prepare-eunit" if="enabled.ats">
    30         <unzip src="${eunit.prepare.zip}" dest="${build.drive}/" />
    52         <unzip src="${eunit.prepare.zip}" dest="${build.drive}/" />
    31     </target>
    53     </target>