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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.