summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-02-24 02:27:03 +0000
committerPaul Phillips <paulp@improving.org>2010-02-24 02:27:03 +0000
commit415fced48d7ecb097eef257c1a737868acb82575 (patch)
tree6e709fd01a32098dc1f07bb7dbd6ecf94ae61252 /build.xml
parent0284428a9ab8f60f4aea52172412bdfe88735efa (diff)
downloadscala-415fced48d7ecb097eef257c1a737868acb82575.tar.gz
scala-415fced48d7ecb097eef257c1a737868acb82575.tar.bz2
scala-415fced48d7ecb097eef257c1a737868acb82575.zip
Updated scalacheck jar to current trunk.
not being used. Updated partest with a --scalacheck option. Added scalacheck tests to the ant build target. Still struggling with ant/partest/classpaths so it's not on by default yet, but at least ./partest --scalacheck works. We... will... use... scalacheck. And we will like it! No review.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index cfc1c76fb4..c88affd5e4 100644
--- a/build.xml
+++ b/build.xml
@@ -1416,9 +1416,10 @@ BOOTRAPING TEST AND TEST SUITE
</runtests>
<jvmtests dir="${test.dir}/files/jvm" includes="*.scala"/>
<residenttests dir="${test.dir}/files/res" includes="*.res"/>
- <!-- <scripttests dir="${test.dir}/files/script" includes="*.scala"/> -->
<buildmanagertests dir="${test.dir}/files/buildmanager" includes="*"/>
<scalaptests dir="${test.dir}/files/scalap" includes="**/*.scala"/>
+ <!-- <scalachecktests dir="${test.dir}/files/scalacheck" includes="**/*.scala"/> -->
+ <!-- <scripttests dir="${test.dir}/files/script" includes="*.scala"/> -->
</partest>
</target>