summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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">