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