Changeset 6023


Ignore:
Timestamp:
Jun 11, 2019 5:24:02 AM (5 years ago)
Author:
nanang
Message:

Misc (re #2147): Updated automated test configs.

Location:
pjproject/trunk
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/swig/java/android/app/src/main/jniLibs

    • Property svn:ignore set to
      *
  • pjproject/trunk/tests/automated/configure.py

    r3300 r6023  
    3131            break 
    3232    proc.wait() 
    33     return "gcc-" + ver 
     33    return "gcc" + ver 
    3434 
    3535# 
  • pjproject/trunk/tests/automated/gnu-ipp.xml.template

    r5859 r6023  
    1919]]>                      
    2020                </FileWrite> 
    21                 <Configure cmd='make distclean &amp;&amp; ./aconfigure --enable-ipp --with-ipp="$(IPPROOT)" --with-ipp-samples="$(IPPSAMPLES)" --with-ipp-arch=$(IPPARCH)' /> 
     21                <Configure cmd='make distclean &amp;&amp; ./aconfigure --enable-ipp --with-ipp="$(IPPROOT)" --with-ipp-samples="$(IPPSAMPLES)" --with-ipp-arch=$(IPPARCH) --with-ssl=/Users/pjsip/Desktop/opt' /> 
    2222                <Build cmd="make dep &amp;&amp; make clean &amp;&amp; make" /> 
    2323                <Test name="pjlib-test" wdir="pjlib/bin" cmd="./pjlib-test-$(SUFFIX)" disabled=$(NOTEST) /> 
  • pjproject/trunk/tests/automated/gnu-video.xml.template

    r5859 r6023  
    22<Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)"> 
    33  
    4         <Submit group="Experimental" build="$(SUFFIX)-$(GCC)-VideoFFmpeg-IPv6" exclude="(.*amr.*)"> 
     4        <Submit group="Experimental" build="$(SUFFIX)-$(GCC)-VideoOpenh264-IPv6-G7221-DTLS" exclude="(.*amr.*)"> 
    55                <Update /> 
    66                <FileWrite file="user.mak"> 
    77                  <![CDATA[ 
    88# Written by ccdash 
    9 export CFLAGS += -Wno-unused-label -g -Wno-deprecated-declarations 
     9export CFLAGS += -Wno-unused-label -g 
    1010]]>                      
    1111                </FileWrite> 
  • pjproject/trunk/tests/automated/gnu.xml.template

    r5859 r6023  
    1313                  <![CDATA[ 
    1414/* Written by ccdash */ 
    15 #define PJ_HAS_IPV6             1 
    16 #define PJMEDIA_HAS_G7221_CODEC 1 
    17 #define PJMEDIA_SRTP_HAS_DTLS   1 
     15#define PJ_HAS_IPV6             0        
     16#define PJMEDIA_HAS_VIDEO       0 
     17#undef PJ_HAS_SSL_SOCK 
     18#define PJ_HAS_SSL_SOCK         0 
    1819]]>                      
    1920                </FileWrite> 
  • pjproject/trunk/tests/automated/prepare.xml.template

    r3300 r6023  
    66                <Build cmd="$(NOP)" /> 
    77 
    8                 <!-- GNU Makefile based scenario  
     8                <!-- GNU Makefile based (basic features) scenario  
    99                     Requirement: 
    1010                      - none 
     
    2121                <Test name="Configuring GNU IPP scenario" cmd="python configure.py -t gnu -o gnu-ipp.xml gnu-ipp.xml.template" /> 
    2222 
     23                <!-- GNU Makefile with video scenario. 
     24                     Requirement: 
     25                      - OpenH264, or 
     26                      - ffmpeg 
     27                      - SDL 
     28                  --> 
     29                <Test name="Configuring 2.x VIDEO with OpenH264" cmd="python configure.py -t gnu -o gnu-video.xml gnu-video.xml.template" /> 
     30                <Test name="Configuring 2.x VIDEO with ffmpeg" cmd="python configure.py -t gnu -o gnu-video-ffmpeg.xml gnu-video-ffmpeg.xml.template" /> 
     31 
    2332                <!-- iPhone target. 
    2433                     Requriement(s): 
     
    2837                <Test name="Configuring iPhone scenario" cmd="python configure.py -t gnu -o iphone.xml iphone.xml.template" /> 
    2938 
     39                <!-- iPhone 64 bit target. 
     40                     Requriement(s): 
     41                      - valid SDK is installed 
     42                 --> 
     43                <Test name="Configuring iPhone 64bit scenario" cmd="python configure.py -t gnu -o iphone64.xml iphone64.xml.template" /> 
     44                <Test name="Configuring iPhone 64bit with IPv6 scenario" cmd="python configure.py -t gnu -o iphone64-ipv6.xml iphone64-ipv6.xml.template" /> 
     45 
     46                <!-- Android target. 
     47                     Requriement(s): 
     48                      - valid NDK & SDK is installed 
     49                      - SWIG 
     50                 --> 
     51                <Test name="Configuring Android scenario" cmd="python configure.py -t gnu -o android.xml android.xml.template" /> 
     52 
     53                <!-- Android 64 bit target. 
     54                     Requriement(s): 
     55                      - valid NDK & SDK is installed 
     56                      - SWIG 
     57                 --> 
     58                <Test name="Configuring Android 64bit scenario" cmd="python configure.py -t gnu -o android64.xml android64.xml.template" /> 
     59                <Test name="Configuring Android 64bit with IPv6 scenario" cmd="python configure.py -t gnu -o android64-ipv6.xml android64-ipv6.xml.template" /> 
     60 
    3061                <!-- MSVC target. 
    3162                     Requirements: 
     
    3465 
    3566                 --> 
    36                 <Test name="Configuring Visual Studio for Win32" cmd="python configure.py -t vs -vstarget Release -o msvc-win32.xml -nopjsuatest msvc.xml.template" /> 
     67                <!--Test name="Configuring Visual Studio for Win32" cmd="python configure.py -t vs -vstarget Release -o msvc-win32.xml -nopjsuatest msvc.xml.template" /--> 
    3768 
    3869                <!-- Symbian target. 
     
    4071                       - EPOCROOT (modify below) 
    4172                --> 
    42                 <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' /> 
     73                <!--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' /--> 
    4374 
    4475        </Submit> 
Note: See TracChangeset for help on using the changeset viewer.