Ignore:
Timestamp:
Mar 30, 2010 1:02:40 PM (15 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/msvc.xml.template

    r3125 r3131  
    44        <Submit group="Experimental" build="$(OS)-$(VS)-$(VSTARGET)-default" > 
    55                <Update /> 
    6                 <Write file="pjlib/include/pj/config_site.h"> 
     6                <FileWrite file="pjlib/include/pj/config_site.h"> 
    77                  <![CDATA[ 
    88/* Written by ccdash */ 
     
    1010#define PJMEDIA_HAS_G7221_CODEC 1 
    1111]]>                      
    12                 </Write> 
     12                </FileWrite> 
    1313                <Configure cmd="cmd /c echo success" /> 
    1414                <Build cmd='vcbuild.exe /nologo /nohtmllog /nocolor /rebuild pjproject-vs8.sln "$(VSTARGET)|Win32"' /> 
    15                 <Test name="pjlib-test" info="" wdir="pjlib/bin" cmd="pjlib-test-i386-Win32-vs8-$(VSTARGET)" /> 
    16                 <Test name="pjlib-util-test" info="" wdir="pjlib-util/bin" cmd="pjlib-util-test-i386-Win32-vs8-$(VSTARGET)" /> 
    17                 <Test name="pjnath-test" info="" wdir="pjnath/bin" cmd="pjnath-test-i386-Win32-vs8-$(VSTARGET)" /> 
    18                 <Test name="pjmedia-test" info="" wdir="pjmedia/bin" cmd="pjmedia-test-i386-Win32-vs8-$(VSTARGET)" /> 
    19                 <Test name="pjsip-test" info="" wdir="pjsip/bin" cmd="pjsip-test-i386-Win32-vs8-$(VSTARGET)" /> 
     15                <Test name="pjlib-test" info="" wdir="pjlib/bin" cmd="pjlib-test-i386-Win32-vc8-$(VSTARGET)" /> 
     16                <Test name="pjlib-util-test" info="" wdir="pjlib-util/bin" cmd="pjlib-util-test-i386-Win32-vc8-$(VSTARGET)" /> 
     17                <Test name="pjnath-test" info="" wdir="pjnath/bin" cmd="pjnath-test-i386-Win32-vc8-$(VSTARGET)" /> 
     18                <Test name="pjmedia-test" info="" wdir="pjmedia/bin" cmd="pjmedia-test-i386-Win32-vc8-$(VSTARGET)" /> 
     19                <Test name="pjsip-test" info="" wdir="pjsip/bin" cmd="pjsip-test-i386-Win32-vc8-$(VSTARGET)" /> 
    2020                $(PJSUA-TESTS) 
    2121        </Submit> 
Note: See TracChangeset for help on using the changeset viewer.