summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2010-09-21 12:42:12 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2010-09-21 12:42:12 +0000
commit6b957d04557b6c72dd77676e246f4541442f182d (patch)
tree0dfde148e710d6b5aeb358e5b1d60c0c5e0aa32b /build.xml
parentfeb435cc0ac77d158ccd9a119ee248fe49c12529 (diff)
downloadscala-6b957d04557b6c72dd77676e246f4541442f182d.tar.gz
scala-6b957d04557b6c72dd77676e246f4541442f182d.tar.bz2
scala-6b957d04557b6c72dd77676e246f4541442f182d.zip
[scaladoc] Adds some simple tests for Scaladoc ...
[scaladoc] Adds some simple tests for Scaladoc (using Scalacheck). Contributed by Kato Kazuyosh. No review.
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