Ignore:
Timestamp:
Aug 25, 2010 3:53:52 AM (14 years ago)
Author:
bennylp
Message:

re ticket:1111 (more on automated test): added symbian target in prepare.xml@

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/automated/prepare.xml.template

    r3293 r3294  
    33  
    44        <Submit group="Experimental" build="Test-Preparation"> 
    5                 <Configure cmd="echo Success" /> 
    6                 <Build cmd="echo Success" /> 
     5                <Configure cmd="$(NOP)" /> 
     6                <Build cmd="$(NOP)" /> 
    77 
    88                <!-- GNU Makefile based scenario  
    99                     Requirement: 
    1010                      - none 
    11  
     11                  --> 
    1212                <Test name="Configuring GNU scenario" cmd="python configure.py -t gnu -o gnu.xml gnu.xml.template" /> 
    13                   --> 
    1413 
    1514                <!-- GNU Makefile with Intel IPP scenario. 
     
    3130                <!-- Symbian target. 
    3231                     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&amp;&amp; devices -setdefault @S60_5th_Edition_SDK_v1.0:com.nokia.s60&amp;&amp; python configure.py -t s60 -s60target &quot;gcce urel&quot; -o symbian.xml symbian.xml.template' /> 
    3735 
    3836        </Submit> 
Note: See TracChangeset for help on using the changeset viewer.