Changeset 6023 for pjproject/trunk/tests/automated/prepare.xml.template
- Timestamp:
- Jun 11, 2019 5:24:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/automated/prepare.xml.template
r3300 r6023 6 6 <Build cmd="$(NOP)" /> 7 7 8 <!-- GNU Makefile based scenario8 <!-- GNU Makefile based (basic features) scenario 9 9 Requirement: 10 10 - none … … 21 21 <Test name="Configuring GNU IPP scenario" cmd="python configure.py -t gnu -o gnu-ipp.xml gnu-ipp.xml.template" /> 22 22 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 23 32 <!-- iPhone target. 24 33 Requriement(s): … … 28 37 <Test name="Configuring iPhone scenario" cmd="python configure.py -t gnu -o iphone.xml iphone.xml.template" /> 29 38 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 30 61 <!-- MSVC target. 31 62 Requirements: … … 34 65 35 66 --> 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" /--> 37 68 38 69 <!-- Symbian target. … … 40 71 - EPOCROOT (modify below) 41 72 --> 42 < Test name="Configuring Symbian scenario" cmd='CMD /C SET EPOCROOT=\S60\devices\S60_5th_Edition_SDK_v1.0&& devices -setdefault @S60_5th_Edition_SDK_v1.0:com.nokia.s60&& python configure.py -t s60 -s60target "gcce urel" -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&& devices -setdefault @S60_5th_Edition_SDK_v1.0:com.nokia.s60&& python configure.py -t s60 -s60target "gcce urel" -o symbian.xml symbian.xml.template' /--> 43 74 44 75 </Submit>
Note: See TracChangeset
for help on using the changeset viewer.