make/build.xml

changeset 667
bda654c6d59c
parent 638
f22742d5daa3
child 762
716aedd8730a
equal deleted inserted replaced
666:b0d4ef6fb2db 667:bda654c6d59c
370 <include name="**/framework/*Test.class"/> 370 <include name="**/framework/*Test.class"/>
371 </fileset> 371 </fileset>
372 372
373 <copy file="${file.reference.jfxrt.jar}" todir="dist"/> 373 <copy file="${file.reference.jfxrt.jar}" todir="dist"/>
374 374
375 <condition property="jfx.prism.order" value="-Dprism.order=j2d" else=" ">
376 <not>
377 <os family="mac"/>
378 </not>
379 </condition>
380
375 <testng outputdir="${build.test.results.dir}" classfilesetref="test.classes" 381 <testng outputdir="${build.test.results.dir}" classfilesetref="test.classes"
376 verbose="${testng.verbose}" haltonfailure="true" useDefaultListeners="false" listeners="${testng.listeners}" workingDir="${basedir}"> 382 verbose="${testng.verbose}" haltonfailure="true" useDefaultListeners="false" listeners="${testng.listeners}" workingDir="${basedir}">
377 <jvmarg line="${ext.class.path}"/> 383 <jvmarg line="${ext.class.path}"/>
378 <jvmarg line="${run.test.jvmargs} -Xmx${run.test.xmx}"/> 384 <jvmarg line="${run.test.jvmargs} -Xmx${run.test.xmx}"/>
379 <propertyset> 385 <propertyset>
380 <propertyref prefix="testjfx-test-sys-prop."/> 386 <propertyref prefix="testjfx-test-sys-prop."/>
381 <mapper from="testjfx-test-sys-prop.*" to="*" type="glob"/> 387 <mapper from="testjfx-test-sys-prop.*" to="*" type="glob"/>
382 </propertyset> 388 </propertyset>
389 <sysproperty key="test.fork.jvm.options" value="${testjfx-test-sys-prop.test.fork.jvm.options} ${jfx.prism.order}"/>
383 <classpath> 390 <classpath>
384 <pathelement path="${testjfx.run.test.classpath}"/> 391 <pathelement path="${testjfx.run.test.classpath}"/>
385 </classpath> 392 </classpath>
386 </testng> 393 </testng>
387 </target> 394 </target>

mercurial