616 |
<!-- Various demos and test programs --> |
<!-- Various demos and test programs --> |
617 |
|
|
618 |
|
|
619 |
<target name="loops" depends="configure-compiler" |
<!-- description="Benchmark from Doug Lea's AQS paper" --> |
620 |
description="Benchmark from Doug Lea's AQS paper"> |
<target name="loops" depends="configure-compiler"> |
621 |
|
|
622 |
<mkdir dir="${build.loops.dir}"/> |
<mkdir dir="${build.loops.dir}"/> |
623 |
|
|
941 |
</target> |
</target> |
942 |
|
|
943 |
|
|
944 |
|
<!-- Runs tck tests for jsr166-4jdk7 via junit task (dead experiment) --> |
945 |
<target name="4jdk7-tck-junit" |
<target name="4jdk7-tck-junit" |
946 |
depends="4jdk7compile" |
depends="4jdk7compile"> |
|
description="Runs tck tests for jsr166-4jdk7 via junit task (experimental)"> |
|
947 |
|
|
948 |
<junit printsummary="true" |
<junit printsummary="true" |
949 |
showoutput="true" |
showoutput="true" |