Changeset 3294 for pjproject/trunk/tests/automated/prepare.xml.template
- Timestamp:
- Aug 25, 2010 3:53:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/automated/prepare.xml.template
r3293 r3294 3 3 4 4 <Submit group="Experimental" build="Test-Preparation"> 5 <Configure cmd=" echo Success" />6 <Build cmd=" echo Success" />5 <Configure cmd="$(NOP)" /> 6 <Build cmd="$(NOP)" /> 7 7 8 8 <!-- GNU Makefile based scenario 9 9 Requirement: 10 10 - none 11 11 --> 12 12 <Test name="Configuring GNU scenario" cmd="python configure.py -t gnu -o gnu.xml gnu.xml.template" /> 13 -->14 13 15 14 <!-- GNU Makefile with Intel IPP scenario. … … 31 30 <!-- Symbian target. 32 31 Requirement: 33 - EPOCROOT 34 35 <Test name="Configuring Symbian scenario" cmd="python configure.py -t s60 -o symbian.xml symbian.xml.template" /> 36 --> 32 - EPOCROOT (modify below) 33 --> 34 <Test name="Configuring Symbian scenario" cmd='CMD /C SET EPOCROOT=\S60\devices\S60_5th_Edition_SDK_v1.0&& devices -setdefault @S60_5th_Edition_SDK_v1.0:com.nokia.s60&& python configure.py -t s60 -s60target "gcce urel" -o symbian.xml symbian.xml.template' /> 37 35 38 36 </Submit>
Note: See TracChangeset
for help on using the changeset viewer.