common/build.test.xml
changeset 1142 4f0a37f9b4f5
parent 1141 049433d43559
child 1099 b9c9403415f0
equal deleted inserted replaced
1141:049433d43559 1142:4f0a37f9b4f5
   140     
   140     
   141 	<!-- Preparing smoketest package (zip) for sending to ATS -->
   141 	<!-- Preparing smoketest package (zip) for sending to ATS -->
   142 	
   142 	
   143 	<target name="sf-build-smoketestpkg" depends="sf-getenv-tools">
   143 	<target name="sf-build-smoketestpkg" depends="sf-getenv-tools">
   144         <echo message="INFO Building smoketest"/>
   144         <echo message="INFO Building smoketest"/>
   145 		
   145          <fmpp sourceFile="${qt.qmake.ant.template}" outputFile="${temp.build.dir}/run-qmake-test.ant.xml">
   146 		<antcall target="run-qmake" inheritAll="false" inheritRefs="true">
   146             <data expandProperties="yes">
   147 			<param name="qmake.enabled" value="true"/>
   147                 data: xml(${build.drive}/interim/sf-test/platform/smoketest/package_definition.xml)
   148 			<param name="sysdef.configuration" value="${build.drive}\interim\sf-test\platform\smoketest\package_definition.xml"/>
   148                 ant: antProperties()
   149 		</antcall>
   149 
       
   150             </data>
       
   151         </fmpp>
       
   152 		<hlm:assertFileExists xmlns:hlm="http://www.nokia.com/helium" file="${temp.build.dir}/run-qmake-test.ant.xml"/>
       
   153 
       
   154 		<!-- Running the qmake steps -->
       
   155         <ant antfile="${temp.build.dir}/run-qmake-test.ant.xml" dir="${build.drive}/" output="${compile.log.dir}/${build.id}_test.qmake.log"/>
   150 		
   156 		
   151         <exec executable="cmd" dir="${build.drive}/smoketest/group" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log">
   157         <exec executable="cmd" dir="${build.drive}/smoketest/group" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log">
   152             <arg value="/c"/>
   158             <arg value="/c"/>
   153             <arg value="sbs -b bld.inf -c winscw_udeb -s package_definition.xml"/>
   159             <arg value="sbs -b bld.inf -c winscw_udeb -s package_definition.xml"/>
   154         </exec>
   160         </exec>