make/build.xml

changeset 453
e1d19f9fd5a9
parent 428
798e3aa19718
child 458
4b06441b7624
     1.1 --- a/make/build.xml	Tue Jul 16 17:03:30 2013 +0200
     1.2 +++ b/make/build.xml	Tue Jul 16 17:40:15 2013 -0300
     1.3 @@ -51,6 +51,11 @@
     1.4  	<condition property="cc.enabled">
     1.5  		<istrue value="${make.code.coverage}" />
     1.6  	</condition>
     1.7 +
     1.8 +    <!-- exclude tests in exclude lists -->
     1.9 +    <condition property="exclude.list" value="./exclude/exclude_list_cc.txt" else="./exclude/exclude_list.txt">
    1.10 +      <istrue value="${make.code.coverage}" />
    1.11 +    </condition>
    1.12    </target>
    1.13  
    1.14    <target name="init" depends="init-conditions, init-cc">
    1.15 @@ -316,6 +321,7 @@
    1.16          <propertyref prefix="test-sys-prop."/>
    1.17          <mapper from="test-sys-prop.*" to="*" type="glob"/>
    1.18        </propertyset>
    1.19 +      <sysproperty key="test.js.excludes.file" value="${exclude.list}"/>
    1.20        <classpath>
    1.21            <pathelement path="${run.test.classpath}"/>
    1.22        </classpath>

mercurial