Getting scripted testing working with using-xsbt:

* uses new scripted test framework in xsbt
 * adds ability to provide commands over loopback interface with <port command
 * only some tests have been updated
This commit is contained in:
Mark Harrah
2009-12-04 21:26:31 -05:00
parent dfaa2f370c
commit 5c29bfc2c2
24 changed files with 317 additions and 504 deletions
+6
View File
@@ -0,0 +1,6 @@
import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info)
{
val scripted = "org.scala-tools.sbt" % "test" % "0.6.5-p1"
}