Ignore:
Timestamp:
Mar 30, 2010 1:02:40 PM (14 years ago)
Author:
bennylp
Message:

More ticket #1041 (Unit test):

  • Symbian testing (plain, APS/Direct, VAS/Direct)
  • some MMPs need to be modified to support automated configuration
  • renamed Write to FileWrite? command in scenario files
  • support for Visual Studio 2010 detection in configure script
File:
1 edited

Legend:

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

    r3125 r3131  
    11<?xml version="1.0" ?> 
    22<Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)"> 
    3   
     3        <!-- Symbian S60 default --> 
    44        <Submit group="Experimental" build="$(OS)-$(S60TARGETNAME)-default" > 
    55                <Update disabled="1" /> 
    6                 <Write file="pjlib/include/pj/config_site.h"> 
     6                <FileWrite file="pjlib/include/pj/config_site.h"> 
    77                  <![CDATA[ 
    88/* Written by ccdash */ 
     
    1313#define PJMEDIA_HAS_G7221_CODEC 1 
    1414]]>                      
    15                 </Write> 
     15                </FileWrite> 
    1616                <Configure cmd="cmd /c echo success" /> 
    1717                <Build wdir="build.symbian" cmd='cmd /C &quot;bldmake bldfiles &amp;&amp; abld reallyclean $(S60TARGET) &amp;&amp; abld build $(S60TARGET)&quot;' /> 
    1818        </Submit> 
    19          
    2019</Scenario> 
    2120 
Note: See TracChangeset for help on using the changeset viewer.