summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index f54e22e564..6b22fd6549 100644
--- a/build.xml
+++ b/build.xml
@@ -1588,7 +1588,16 @@ BOOTRAPING TEST AND TEST SUITE
</partest>
</target>
- <target name="test.done" depends="test.suite, test.continuations.suite, test.stability"/>
+ <target name="test.scaladoc" depends="pack.done">
+ <partest erroronfailed="yes" scalacopts="${scalac.args.optimise}">
+ <compilationpath>
+ <path refid="pack.classpath"/>
+ </compilationpath>
+ <scalachecktests dir="test/scaladoc" includes="**/*.scala"/>
+ </partest>
+ </target>
+
+ <target name="test.done" depends="test.suite, test.continuations.suite, test.scaladoc, test.stability"/>
<!-- ===========================================================================
DISTRIBUTION