Skip to content

Commit

Permalink
add partest to the scala-test package
Browse files Browse the repository at this point in the history
  • Loading branch information
lexspoon committed Dec 18, 2007
1 parent 97b34f3 commit e5d6f33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Expand Up @@ -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
Expand Down

0 comments on commit e5d6f33

Please sign in to comment.