Changeset 3131
- Timestamp:
- Mar 30, 2010 1:02:40 PM (15 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/build.symbian/symbian_ua.mmp
r3106 r3131 1 // These part may be overwritten by automated test 2 // =BEGIN 1 3 #define SND_HAS_APS 0 2 4 #define SND_HAS_VAS 0 3 5 #define SND_HAS_MDA 1 6 // =END 4 7 5 8 TARGET symbian_ua.exe -
pjproject/trunk/pjsip-apps/src/symbian_ua_gui/group/symbian_ua_gui.mmp
r3106 r3131 1 // The part below will be overwritten by automated test 2 // =BEGIN 1 3 #define SND_HAS_APS 0 2 4 #define SND_HAS_VAS 0 3 5 #define SND_HAS_MDA 1 6 // =END 4 7 5 8 TARGET symbian_ua_gui.exe -
pjproject/trunk/tests/automated/configure.py
r3125 r3131 67 67 self.release = "2008" 68 68 break 69 el se:69 elif major=="16": 70 70 self.version = "10" 71 71 self.release = "2010" 72 break 73 else: 74 self.version = "11" 75 self.release = "2012" 72 76 break 73 77 proc.wait() -
pjproject/trunk/tests/automated/gnu.xml.template
r3120 r3131 4 4 <Submit group="Experimental" build="$(SUFFIX)-$(GCC)-default" disabled="$(DISABLED)" > 5 5 <Update /> 6 < Write file="user.mak">6 <FileWrite file="user.mak"> 7 7 <![CDATA[ 8 8 # Written by ccdash 9 9 ]]> 10 </ Write>11 < Write file="pjlib/include/pj/config_site.h">10 </FileWrite> 11 <FileWrite file="pjlib/include/pj/config_site.h"> 12 12 <![CDATA[ 13 13 /* Written by ccdash */ … … 15 15 #define PJMEDIA_HAS_G7221_CODEC 1 16 16 ]]> 17 </ Write>17 </FileWrite> 18 18 <Configure cmd="./aconfigure" /> 19 19 <Build cmd="make dep && make distclean && make" /> -
pjproject/trunk/tests/automated/msvc.xml.template
r3125 r3131 4 4 <Submit group="Experimental" build="$(OS)-$(VS)-$(VSTARGET)-default" > 5 5 <Update /> 6 < Write file="pjlib/include/pj/config_site.h">6 <FileWrite file="pjlib/include/pj/config_site.h"> 7 7 <![CDATA[ 8 8 /* Written by ccdash */ … … 10 10 #define PJMEDIA_HAS_G7221_CODEC 1 11 11 ]]> 12 </ Write>12 </FileWrite> 13 13 <Configure cmd="cmd /c echo success" /> 14 14 <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-v s8-$(VSTARGET)" />16 <Test name="pjlib-util-test" info="" wdir="pjlib-util/bin" cmd="pjlib-util-test-i386-Win32-v s8-$(VSTARGET)" />17 <Test name="pjnath-test" info="" wdir="pjnath/bin" cmd="pjnath-test-i386-Win32-v s8-$(VSTARGET)" />18 <Test name="pjmedia-test" info="" wdir="pjmedia/bin" cmd="pjmedia-test-i386-Win32-v s8-$(VSTARGET)" />19 <Test name="pjsip-test" info="" wdir="pjsip/bin" cmd="pjsip-test-i386-Win32-v s8-$(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)" /> 20 20 $(PJSUA-TESTS) 21 21 </Submit> -
pjproject/trunk/tests/automated/symbian.xml.template
r3125 r3131 1 1 <?xml version="1.0" ?> 2 2 <Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)"> 3 3 <!-- Symbian S60 default --> 4 4 <Submit group="Experimental" build="$(OS)-$(S60TARGETNAME)-default" > 5 5 <Update disabled="1" /> 6 < Write file="pjlib/include/pj/config_site.h">6 <FileWrite file="pjlib/include/pj/config_site.h"> 7 7 <![CDATA[ 8 8 /* Written by ccdash */ … … 13 13 #define PJMEDIA_HAS_G7221_CODEC 1 14 14 ]]> 15 </ Write>15 </FileWrite> 16 16 <Configure cmd="cmd /c echo success" /> 17 17 <Build wdir="build.symbian" cmd='cmd /C "bldmake bldfiles && abld reallyclean $(S60TARGET) && abld build $(S60TARGET)"' /> 18 18 </Submit> 19 20 19 </Scenario> 21 20
Note: See TracChangeset
for help on using the changeset viewer.