Added call to run-qmake to build.test.xml
authorBrendan Donegan <brendand@symbian.org>
Thu, 17 Jun 2010 13:21:25 +0100
changeset 1141 049433d43559
parent 1140 8f963b9f9cb4
child 1142 4f0a37f9b4f5
Added call to run-qmake to build.test.xml
common/build.test.xml
--- a/common/build.test.xml	Mon Jul 05 10:51:02 2010 +0100
+++ b/common/build.test.xml	Thu Jun 17 13:21:25 2010 +0100
@@ -142,9 +142,20 @@
 	
 	<target name="sf-build-smoketestpkg" depends="sf-getenv-tools">
         <echo message="INFO Building smoketest"/>
+		
+		<antcall target="run-qmake" inheritAll="false" inheritRefs="true">
+			<param name="qmake.enabled" value="true"/>
+			<param name="sysdef.configuration" value="${build.drive}\interim\sf-test\platform\smoketest\package_definition.xml"/>
+		</antcall>
+		
         <exec executable="cmd" dir="${build.drive}/smoketest/group" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log">
             <arg value="/c"/>
-            <arg value="sbs -b bld.inf -c winscw_udeb.test"/>
+            <arg value="sbs -b bld.inf -c winscw_udeb -s package_definition.xml"/>
+        </exec>
+		
+        <exec executable="cmd" dir="${build.drive}/smoketest/group" failonerror="false" append="true" output="${build.log.dir}/ATS_${build.id}_smoketest.log">
+            <arg value="/c"/>
+            <arg value="sbs -b bld.inf -c winscw_udeb.test -s package_definition.xml"/>
         </exec>
 
         <echo message="INFO Creating smoketest testpackage"/>