Build smoketest as udeb plus ensure that sf-postbuild is run for sf-build-noprep.
--- 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"/>