summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-12-19 10:39:05 +0000
committermichelou <michelou@epfl.ch>2007-12-19 10:39:05 +0000
commit02c68db142fd79e0cdeaf92fea90ceed72590148 (patch)
tree3914be37c69a056f055dab47ff5732b7e9f3910c
parent32e677f2c6e8c09b283906670e393263b4d531f5 (diff)
downloadscala-02c68db142fd79e0cdeaf92fea90ceed72590148.tar.gz
scala-02c68db142fd79e0cdeaf92fea90ceed72590148.tar.bz2
scala-02c68db142fd79e0cdeaf92fea90ceed72590148.zip
propagated partest change
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index a46ea7a7bd..76abf5e121 100644
--- a/build.xml
+++ b/build.xml
@@ -1797,10 +1797,12 @@ GENERATES A DISTRIBUTION
desc="The Scala test package contains everything needed to test Scala."
link="${sbaz.universe}/scala-test-${version.number}.sbp">
<binset dir="${basedir}/test"
- includes="clitest,diff/diff.*,diff/lib*.dll,scalatest,scalatest.bat"/>
+ includes="clitest,diff/diff.*,diff/lib*.dll,scalatest,scalatest.bat,partest"/>
<miscset
dir="${basedir}/test"
includes="files/**/*.args,files/**/*.check,files/**/*.jar,files/**/*.java,files/**/*.scala,files/cli/**/*.check.*,files/jvm/*.so,files/shootout/*.javaopts,files/shootout/*.runner,files/shootout/*.txt"/>
+ <srcset dir="${dist.current.dir}/lib" includes="${parsrc.jar.name}"/>
+ <libset dir="${dist.current.dir}/lib" includes="${partest.jar.name}"/>
</quicksbaz>
<!-- Creates the MSIL package -->
<quicksbaz