changeset 1208 | 86025b85795b |
parent 1191 | 5796b6eeacd9 |
child 1249 | 96548ab09767 |
--- a/common/build.postbuild.xml Tue Aug 10 18:11:17 2010 +0100 +++ b/common/build.postbuild.xml Thu Aug 12 12:44:52 2010 +0100 @@ -76,6 +76,13 @@ </then> </if> + <!-- Launch package tests --> + <if><istrue value="${sf.spec.package.test.enable}"/> + <then> + <runtarget target="sf-test-package"/> + </then> + </if> + <!-- copy log files linked to the generation of roms for REE --> <runtarget target="sf-copy-rom-logs"/>