summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorKato Kazuyoshi <kato.kazuyoshi@gmail.com>2011-03-21 12:24:48 +0000
committerKato Kazuyoshi <kato.kazuyoshi@gmail.com>2011-03-21 12:24:48 +0000
commit4d0cd60b0e2b9071bba2641da95c75332458193b (patch)
tree7e21eec8d5716797bd2b27b37668ab29ca255e9b /build.xml
parent72a0e8be61df92b15c9991d023b783e019a58916 (diff)
downloadscala-4d0cd60b0e2b9071bba2641da95c75332458193b.tar.gz
scala-4d0cd60b0e2b9071bba2641da95c75332458193b.tar.bz2
scala-4d0cd60b0e2b9071bba2641da95c75332458193b.zip
[scaladoc] Add HtmlFactoryTest and reorganize d...
[scaladoc] Add HtmlFactoryTest and reorganize directory structure. Reviewed by pedrofurla.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 0faa166011..59fe0531a7 100644
--- a/build.xml
+++ b/build.xml
@@ -1598,8 +1598,8 @@ BOOTRAPING TEST AND TEST SUITE
<compilationpath>
<path refid="pack.classpath"/>
</compilationpath>
- <scalachecktests dir="test/scaladoc">
- <include name="*.scala"/>
+ <scalachecktests dir="test/scaladoc/scala">
+ <include name="*.scala"/>
</scalachecktests>
</partest>
</target>