Changeset 5156


Ignore:
Timestamp:
Aug 10, 2015 3:47:45 AM (9 years ago)
Author:
nanang
Message:

Re #1842: Updated automated test scenarios to invoke 'make distclean' first.

Location:
pjproject/trunk/tests/automated
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/automated/gnu-ipp.xml.template

    r3300 r5156  
    1717]]>                      
    1818                </FileWrite> 
    19                 <Configure cmd='./aconfigure --enable-ipp --with-ipp="$(IPPROOT)" --with-ipp-samples="$(IPPSAMPLES)" --with-ipp-arch=$(IPPARCH)' /> 
     19                <Configure cmd='make distclean &amp;&amp; ./aconfigure --enable-ipp --with-ipp="$(IPPROOT)" --with-ipp-samples="$(IPPSAMPLES)" --with-ipp-arch=$(IPPARCH)' /> 
    2020                <Build cmd="make dep &amp;&amp; make clean &amp;&amp; make" /> 
    2121                <Test name="pjlib-test" wdir="pjlib/bin" cmd="./pjlib-test-$(SUFFIX)" disabled=$(NOTEST) /> 
  • pjproject/trunk/tests/automated/gnu.xml.template

    r3300 r5156  
    1717]]>                      
    1818                </FileWrite> 
    19                 <Configure cmd="./aconfigure" /> 
     19                <Configure cmd="make distclean &amp;&amp; ./aconfigure" /> 
    2020                <Build cmd="make dep &amp;&amp; make clean &amp;&amp; make" /> 
    2121                <Test name="pjlib-test" wdir="pjlib/bin" cmd="./pjlib-test-$(SUFFIX)" disabled=$(NOTEST) /> 
  • pjproject/trunk/tests/automated/iphone.xml.template

    r3280 r5156  
    22<Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)"> 
    33  
    4         <Submit group="Experimental" build="iPhoneOS-default"> 
     4        <Submit group="Experimental" build="iOS-default"> 
    55                <Update /> 
    66                <FileWrite file="user.mak"> 
     
    1717]]>                      
    1818                </FileWrite> 
    19                 <Configure cmd="./configure-iphone" /> 
    20                 <Build cmd="make distclean &amp;&amp; make dep &amp;&amp; make clean &amp;&amp; make" /> 
     19                <Configure cmd="make distclean &amp;&amp; ./configure-iphone" /> 
     20                <Build cmd="make dep &amp;&amp; make clean &amp;&amp; make" /> 
    2121        </Submit> 
    2222         
Note: See TracChangeset for help on using the changeset viewer.