Ignore:
Timestamp:
Aug 26, 2010 8:17:01 AM (14 years ago)
Author:
bennylp
Message:

More on automated tests (re ticket:1111): added support for multiple Nokia/Symbian? SDK installed in one system

File:
1 edited

Legend:

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

    r3131 r3297  
    1414]]>                      
    1515                </FileWrite> 
    16                 <Configure cmd="cmd /c echo success" /> 
    17                 <Build wdir="build.symbian" cmd='cmd /C &quot;bldmake bldfiles &amp;&amp; abld reallyclean $(S60TARGET) &amp;&amp; abld build $(S60TARGET)&quot;' /> 
     16                <Configure cmd="cmd /c devices -setdefault $(S60DEVICE)" /> 
     17                <Build wdir="build.symbian" cmd='cmd /C &quot;SET EPOCROOT=$(EPOCROOT)&amp;&amp; bldmake bldfiles &amp;&amp; abld reallyclean $(S60TARGET) &amp;&amp; abld build $(S60TARGET)&quot;' /> 
    1818        </Submit> 
    1919</Scenario> 
Note: See TracChangeset for help on using the changeset viewer.