Changeset 6023
- Timestamp:
- Jun 11, 2019 5:24:02 AM (5 years ago)
- 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
*
-
Property
svn:ignore
set to
-
pjproject/trunk/tests/automated/configure.py
r3300 r6023 31 31 break 32 32 proc.wait() 33 return "gcc -" + ver33 return "gcc" + ver 34 34 35 35 # -
pjproject/trunk/tests/automated/gnu-ipp.xml.template
r5859 r6023 19 19 ]]> 20 20 </FileWrite> 21 <Configure cmd='make distclean && ./aconfigure --enable-ipp --with-ipp="$(IPPROOT)" --with-ipp-samples="$(IPPSAMPLES)" --with-ipp-arch=$(IPPARCH) ' />21 <Configure cmd='make distclean && ./aconfigure --enable-ipp --with-ipp="$(IPPROOT)" --with-ipp-samples="$(IPPSAMPLES)" --with-ipp-arch=$(IPPARCH) --with-ssl=/Users/pjsip/Desktop/opt' /> 22 22 <Build cmd="make dep && make clean && make" /> 23 23 <Test name="pjlib-test" wdir="pjlib/bin" cmd="./pjlib-test-$(SUFFIX)" disabled=$(NOTEST) /> -
pjproject/trunk/tests/automated/gnu-video.xml.template
r5859 r6023 2 2 <Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)"> 3 3 4 <Submit group="Experimental" build="$(SUFFIX)-$(GCC)-Video FFmpeg-IPv6" exclude="(.*amr.*)">4 <Submit group="Experimental" build="$(SUFFIX)-$(GCC)-VideoOpenh264-IPv6-G7221-DTLS" exclude="(.*amr.*)"> 5 5 <Update /> 6 6 <FileWrite file="user.mak"> 7 7 <![CDATA[ 8 8 # Written by ccdash 9 export CFLAGS += -Wno-unused-label -g -Wno-deprecated-declarations9 export CFLAGS += -Wno-unused-label -g 10 10 ]]> 11 11 </FileWrite> -
pjproject/trunk/tests/automated/gnu.xml.template
r5859 r6023 13 13 <![CDATA[ 14 14 /* 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 18 19 ]]> 19 20 </FileWrite> -
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.