common/build.postbuild.xml
changeset 1187 86025b85795b
parent 1177 5796b6eeacd9
child 1217 96548ab09767
equal deleted inserted replaced
1186:4518bca1baf0 1187:86025b85795b
    71 
    71 
    72         <!-- Launch BC check -->
    72         <!-- Launch BC check -->
    73         <if><istrue value="${sf.spec.bccheck.enable}"/>
    73         <if><istrue value="${sf.spec.bccheck.enable}"/>
    74             <then>
    74             <then>
    75                 <runtarget target="sf-bc-check"/>
    75                 <runtarget target="sf-bc-check"/>
       
    76             </then>
       
    77         </if>
       
    78 
       
    79         <!-- Launch package tests -->
       
    80         <if><istrue value="${sf.spec.package.test.enable}"/>
       
    81             <then>
       
    82                 <runtarget target="sf-test-package"/>
    76             </then>
    83             </then>
    77         </if>
    84         </if>
    78 
    85 
    79         <!-- copy log files linked to the generation of roms for REE -->
    86         <!-- copy log files linked to the generation of roms for REE -->
    80         <runtarget target="sf-copy-rom-logs"/>
    87         <runtarget target="sf-copy-rom-logs"/>