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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.