configurationengine/source/cone/test.xml
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
     7     
     7     
     8     <target name="test">
     8     <target name="test">
     9         <echo message="Running tests..."/>
     9         <echo message="Running tests..."/>
    10         <delete file="nose_unittests.xml"/>
    10         <delete file="nose_unittests.xml"/>
    11         <exec executable="nosetests">
    11         <exec executable="nosetests">
       
    12             <env key="PYTHONPATH" path="..;../testautomation;"/>
    12             <arg line=" -c nose_unittests.cfg"/>
    13             <arg line=" -c nose_unittests.cfg"/>
    13         </exec>
    14         </exec>
    14     </target>
    15     </target>
    15 
    16 
    16 </project>
    17 </project>