Changeset 3276


Ignore:
Timestamp:
Aug 17, 2010 12:31:56 PM (14 years ago)
Author:
bennylp
Message:

Automated test (re #1111): small fix for make file based test scenarios

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

Legend:

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

    r3268 r3276  
    1818                </FileWrite> 
    1919                <Configure cmd='./aconfigure --enable-ipp --with-ipp="$(IPPROOT)" --with-ipp-samples="$(IPPSAMPLES)" --with-ipp-arch=$(IPPARCH)' /> 
    20                 <Build cmd="make dep &amp;&amp; make distclean &amp;&amp; make" /> 
     20                <Build cmd="make dep &amp;&amp; make clean &amp;&amp; make" /> 
    2121                <Test name="pjlib-test" wdir="pjlib/bin" cmd="./pjlib-test-$(SUFFIX)" /> 
    2222                <Test name="pjlib-util-test" wdir="pjlib-util/bin" cmd="./pjlib-util-test-$(SUFFIX)" /> 
  • pjproject/trunk/tests/automated/gnu.xml.template

    r3268 r3276  
    1818                </FileWrite> 
    1919                <Configure cmd="./aconfigure" /> 
    20                 <Build cmd="make dep &amp;&amp; make distclean &amp;&amp; make" /> 
     20                <Build cmd="make dep &amp;&amp; make clean &amp;&amp; make" /> 
    2121                <Test name="pjlib-test" wdir="pjlib/bin" cmd="./pjlib-test-$(SUFFIX)" /> 
    2222                <Test name="pjlib-util-test" wdir="pjlib-util/bin" cmd="./pjlib-util-test-$(SUFFIX)" /> 
Note: See TracChangeset for help on using the changeset viewer.