Build smoketest as udeb plus ensure that sf-postbuild is run for sf-build-noprep.
authorShabe Razvi <shaber@symbian.org>
Wed, 17 Jun 2009 17:08:58 +0100
changeset 161 9f98eafcf480
parent 160 09e24be89e4b
child 162 5518b5ef3056
Build smoketest as udeb plus ensure that sf-postbuild is run for sf-build-noprep.
common/build.xml
--- a/common/build.xml	Wed Jun 17 16:59:24 2009 +0100
+++ b/common/build.xml	Wed Jun 17 17:08:58 2009 +0100
@@ -390,7 +390,7 @@
         </if>
     </target>
 
-    <target name="sf-build-noprep" depends="sf-compile">
+    <target name="sf-build-noprep" depends="sf-compile,sf-postbuild">
         <echo>[SF-BUILD-NOPREP]</echo>
     </target>
     
@@ -587,7 +587,7 @@
         <echo message="INFO Building smoketest"/>
         <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.test"/>
+            <arg value="sbs -b bld.inf -c winscw_udeb.test"/>
         </exec>
 
         <echo message="INFO Creating smoketest testpackage"/>