buildframework/helium/tests/minibuilds/ido-sbs/build.xml
branchfix
changeset 395 5ad27ebafc22
parent 179 d8ac696cc51f
child 587 85df38eb4012
--- a/buildframework/helium/tests/minibuilds/ido-sbs/build.xml	Thu Mar 25 12:47:55 2010 +0000
+++ b/buildframework/helium/tests/minibuilds/ido-sbs/build.xml	Thu Mar 25 14:10:11 2010 +0000
@@ -37,7 +37,7 @@
     <target name="mini-build-check">
     	<!-- Check if prep has set some prop correctly... -->
         <echo>'${arm.compiler.version}'</echo>
-        <au:assertMatches string="${arm.compiler.version}" pattern="RVCT2\.2 \[Build 616\]" casesensitive="false" multiline="true"/>
+        <au:assertMatches string="${arm.compiler.version}" pattern="RVCT2\.2 \[Build 686\]" casesensitive="false" multiline="true"/>
 
         <!-- Check if compile-main step did what expected... -->
         <au:assertFileExists file="${canonical.sysdef.file}"/>
@@ -50,8 +50,9 @@
         </if>
     </target>
 	
-	
+
 	<import file="../ido/build.xml"/>
+    <import file="build.sbsinput.ant.xml" />
 </project>
 
     
\ No newline at end of file