Ignore:
Timestamp:
Apr 29, 2010 2:27:23 AM (14 years ago)
Author:
bennylp
Message:

Added exclusion pattern in the unit tests for codecs that are only available with IPP (refs #1041)

File:
1 edited

Legend:

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

    r3143 r3151  
    22<Scenario site="$(HOSTNAME)" url="http://my.cdash.org/submit.php?project=PJSIP" wdir="$(PJDIR)"> 
    33  
    4         <Submit group="Experimental" build="$(SUFFIX)-$(GCC)-IPP" disabled="$(DISABLED)" > 
     4        <Submit group="Experimental" build="$(SUFFIX)-$(GCC)" exclude="(.*amr.*)"> 
    55                <Update /> 
    66                <FileWrite file="user.mak"> 
     
    1414#define PJ_HAS_IPV6             1 
    1515#define PJMEDIA_HAS_G7221_CODEC 1 
    16 #define PJMEDIA_HAS_INTEL_IPP   1 
    1716]]>                      
    1817                </FileWrite> 
Note: See TracChangeset for help on using the changeset viewer.