summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/build.xml b/build.xml
index 7e2167dc57..accaa92ec0 100644
--- a/build.xml
+++ b/build.xml
@@ -1602,14 +1602,12 @@ BOOTRAPING TEST AND TEST SUITE
</target>
<target name="test.scaladoc" depends="pack.done">
- <partest erroronfailed="yes" scalacopts="${scalac.args.optimise}"
- showlog="yes">
+ <partest erroronfailed="yes" scalacopts="${scalac.args.optimise}" showlog="yes">
<compilationpath>
<path refid="pack.classpath"/>
+ <fileset dir="${partest.dir}/files/lib" includes="*.jar" />
</compilationpath>
- <scalachecktests dir="test/scaladoc/scala">
- <include name="**/*.scala"/>
- </scalachecktests>
+ <scalachecktests dir="${partest.dir}/scaladoc/scala" includes="**/*.scala" />
</partest>
</target>