equal
deleted
inserted
replaced
32 <property name="sf.spec.smoketest.enable" value="false"/> <!-- This disables publishing Smoke Test Report --> |
32 <property name="sf.spec.smoketest.enable" value="false"/> <!-- This disables publishing Smoke Test Report --> |
33 |
33 |
34 <!-- Enable qmake processing for any units with proFile attributes --> |
34 <!-- Enable qmake processing for any units with proFile attributes --> |
35 <property name="qmake.enabled" value="true"/> |
35 <property name="qmake.enabled" value="true"/> |
36 |
36 |
|
37 <!-- Properties used to generate ATS test drop --> |
|
38 <property name="enabled.ats" value="true"/> |
|
39 <property name="ats4.enabled" value="true"/> |
|
40 <property name="ats.emulator.enable" value="true"/> |
|
41 <property name="ats.product.name" value="MY_AGENT_NAME"/> <!-- Agent name will be replaced later while specialising test drop --> |
|
42 <property name="ats.email.list" value="user@symbian.org"/> |
|
43 <property name="ats.flash.images" value=""/> <!-- This should be changed in order to generate a test drop for armv5 devices --> |
|
44 <property name="ats.target.platform" value="winscw udeb"/> |
|
45 <property name="skip.ats.sending" value="true"/> <!-- Test drop will be sent using a separate target --> |
|
46 <property name="ats.testrun.name" value="Package tests"/> |
|
47 <property name="ats.test.timeout" value="3600"/> |
|
48 |
37 </project> |
49 </project> |
38 |
50 |