ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.184 by jsr166, Wed Sep 30 15:30:46 2015 UTC vs.
Revision 1.185 by jsr166, Wed Sep 30 17:48:05 2015 UTC

# Line 194 | Line 194
194    <taskdef name="jtreg" classname="com.sun.javatest.regtest.Main$$Ant"
195             classpath="${lib.dir}/jtreg.jar" />
196  
197  <!-- Test classpath -->
198  <path id="test.classpath">
199    <pathelement location="${build.testcases.dir}"/>
200    <pathelement location="${junit.jar}"/>
201  </path>
202
197    <!-- Tck options; see JSR166TestCase.java
198     To profile a single tck test class:
199     ant -Djsr166.profileTests=true -Djsr166.profileThreshold=10 -Djsr166.tckTestClass=CompletableFutureTest tck

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines