Changeset 5156
- Timestamp:
- Aug 10, 2015 3:47:45 AM (9 years ago)
- Location:
- pjproject/trunk/tests/automated
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/automated/gnu-ipp.xml.template
r3300 r5156 17 17 ]]> 18 18 </FileWrite> 19 <Configure cmd=' ./aconfigure --enable-ipp --with-ipp="$(IPPROOT)" --with-ipp-samples="$(IPPSAMPLES)" --with-ipp-arch=$(IPPARCH)' />19 <Configure cmd='make distclean && ./aconfigure --enable-ipp --with-ipp="$(IPPROOT)" --with-ipp-samples="$(IPPSAMPLES)" --with-ipp-arch=$(IPPARCH)' /> 20 20 <Build cmd="make dep && make clean && make" /> 21 21 <Test name="pjlib-test" wdir="pjlib/bin" cmd="./pjlib-test-$(SUFFIX)" disabled=$(NOTEST) /> -
pjproject/trunk/tests/automated/gnu.xml.template
r3300 r5156 17 17 ]]> 18 18 </FileWrite> 19 <Configure cmd=" ./aconfigure" />19 <Configure cmd="make distclean && ./aconfigure" /> 20 20 <Build cmd="make dep && make clean && make" /> 21 21 <Test name="pjlib-test" wdir="pjlib/bin" cmd="./pjlib-test-$(SUFFIX)" disabled=$(NOTEST) /> -
pjproject/trunk/tests/automated/iphone.xml.template
r3280 r5156 2 2 <Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)"> 3 3 4 <Submit group="Experimental" build="i PhoneOS-default">4 <Submit group="Experimental" build="iOS-default"> 5 5 <Update /> 6 6 <FileWrite file="user.mak"> … … 17 17 ]]> 18 18 </FileWrite> 19 <Configure cmd=" ./configure-iphone" />20 <Build cmd="make d istclean && make dep && make clean && make" />19 <Configure cmd="make distclean && ./configure-iphone" /> 20 <Build cmd="make dep && make clean && make" /> 21 21 </Submit> 22 22
Note: See TracChangeset
for help on using the changeset viewer.