buildframework/helium/tools/testing/eunit/eunit.ant.xml
changeset 628 7c4a911dc066
parent 217 0f5e3a7fb6af
child 645 b8d81fa19e7d
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    19 Description:
    19 Description:
    20 
    20 
    21 ============================================================================
    21 ============================================================================
    22 -->
    22 -->
    23 <!--* @package testing -->
    23 <!--* @package testing -->
    24 <project name="_testing.eunit">
    24 <project name="_testing.eunit" xmlns:hlm="http://www.nokia.com/helium">
    25     <description>
    25     <description>
    26         Testing using EUnit. (For WINSCW)
    26         Testing using EUnit. (For WINSCW)
    27     </description>
    27     </description>
    28     
    28     
    29     <!--* @property eunit.prepare.zip
    29     <!--* @property eunit.prepare.zip
    46     @editable required
    46     @editable required
    47     @scope public
    47     @scope public
    48     -->
    48     -->
    49 
    49 
    50     <!-- Unzip test package to build drive. -->
    50     <!-- Unzip test package to build drive. -->
    51     <target name="prepare-eunit" if="enabled.ats">
    51     <target name="prepare-eunit" if="internal.ats.enabled">
    52         <unzip src="${eunit.prepare.zip}" dest="${build.drive}/" />
    52         <unzip src="${eunit.prepare.zip}" dest="${build.drive}/" />
    53     </target>
    53     </target>
    54 
    54 
    55     <!-- Runs eunittests for Java code -->
    55     <!-- Runs eunittests for Java code -->
    56     <target name="eunittest" depends="prepare-eunit">
    56     <target name="eunittest" depends="prepare-eunit">