common/build.xml
changeset 80 1b428f25477e
parent 66 e8a4b4b53247
child 83 dec10768c3a4
--- a/common/build.xml	Thu May 07 12:06:21 2009 +0100
+++ b/common/build.xml	Wed May 13 13:59:56 2009 +0100
@@ -28,6 +28,9 @@
     <!-- import all core HELIUM targets -->
     <import file="${helium.dir}/helium.ant.xml" />
     
+    <!-- import other files -->
+    <import file="${sf.common.config.dir}/smoketest/smoke_test.ant.xml" />
+    
     <!-- import common references -->
     <import file="${sf.common.config.dir}/common_refs.ant.xml" />
              
@@ -134,7 +137,7 @@
                     <arg value="${sf.spec.baseline.location}"/>
                 </exec>
                 
-                <!-- run interal target preparation-getenv -->
+                <!-- run internal target preparation-getenv -->
                 <runtarget target="preparation-getenv"/>
                 
             </then>
@@ -176,6 +179,9 @@
       </then>
     </if>
     
+    <!-- EXEC SMOKE TEST -->
+    <runtarget target="sf-smoke-test"/>
+    
   </target>
 
   <!-- package all logs into zipfile before publish -->