summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-04-24 15:15:56 +0000
committermichelou <michelou@epfl.ch>2006-04-24 15:15:56 +0000
commit1819fb81bfb65e97acce6d45eda237735c65b01c (patch)
treed8c42a502d618939364a9a5197e69d7b3edbc24c /build.xml
parent78d3bf33640987c825fa97f11f19919b1bca6dde (diff)
downloadscala-1819fb81bfb65e97acce6d45eda237735c65b01c.tar.gz
scala-1819fb81bfb65e97acce6d45eda237735c65b01c.tar.bz2
scala-1819fb81bfb65e97acce6d45eda237735c65b01c.zip
corrected errors in script test/clitest
added cli tests to package 'scala-test'
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 7457bc0749..efa70a13fa 100644
--- a/build.xml
+++ b/build.xml
@@ -1130,11 +1130,11 @@ GENERATES A DISTRIBUTION
>
<binset
dir="${basedir}/test"
- includes="scalatest"
+ includes="clitest,scalatest"
/>
<miscset
dir="${basedir}/test"
- includes="files/**/*.check,files/**/*.scala"
+ includes="files/**/*.check,files/**/*.java,files/**/*.scala,files/cli/**/*.check.*"
/>
</quicksbaz>
<stopwatch name="timer.dist" action="total"/>