equal
deleted
inserted
replaced
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"/> |