buildframework/helium/external/helium-antlib/core/tests/build.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
    20 
    20 
    21 ============================================================================
    21 ============================================================================
    22 -->
    22 -->
    23 <project name="helium-antlib-unittest" xmlns:au="antlib:org.apache.ant.antunit">
    23 <project name="helium-antlib-unittest" xmlns:au="antlib:org.apache.ant.antunit">
    24     <description>Helium antlib core tests.</description>
    24     <description>Helium antlib core tests.</description>
       
    25 
       
    26     <import file="../../test-macros.ant.xml" />
       
    27     
    25     <target name="unittest" depends="unittest-core" />
    28     <target name="unittest" depends="unittest-core" />
    26 
    29 
    27     <target name="unittest-core">
    30     <target name="unittest-core">
    28         <au:antunit>
    31         <antunitModule name="core" />
    29             <fileset dir="." includes="**/test_*.ant.xml" />
       
    30             <au:plainlistener />
       
    31         </au:antunit>
       
    32     </target>
    32     </target>
    33 
    33 
    34 </project>
    34 </project>