summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2011-08-29 20:24:39 +0000
committerJosh Suereth <joshua.suereth@gmail.com>2011-08-29 20:24:39 +0000
commit8f3c3f5387125fe43ef2f7cc63f410413fa51365 (patch)
treea4b877a7efe921f7834ef8e5bd54d4dd2ca825be /build.xml
parentd52e53ce4ff8ab2eb26eba794a637b43487f3608 (diff)
downloadscala-8f3c3f5387125fe43ef2f7cc63f410413fa51365.tar.gz
scala-8f3c3f5387125fe43ef2f7cc63f410413fa51365.tar.bz2
scala-8f3c3f5387125fe43ef2f7cc63f410413fa51365.zip
Added extraneous test where classes are verifie...
Added extraneous test where classes are verified by loading them in non-boot classloaders one at a time. These are not wired into the standard workflow, but available optionally. Review by rytz
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index e4a50072ac..77095b63f9 100644
--- a/build.xml
+++ b/build.xml
@@ -1522,6 +1522,10 @@ BOOTRAPING TEST AND TEST SUITE
<exclude name="misc/scala-devel/plugins/*.jar"/>
</same>
</target>
+
+ <target name="test.classload" depends="pack.done">
+ <classloadVerify classpath="${build-pack.dir}/lib/scala-library.jar" />
+ </target>
<!-- this target will run only those tests found in test/debug -->
<target name="test.debug">