The idea is to mix in BasicScalaIntegrationTesting and get the usual test
methods but for sources in src/it/ and with integration prefixed.
-Mark
--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To post to this group, send email to simple-b...@googlegroups.com.
To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/simple-build-tool?hl=en.
It is supposed to be something like:
class MyProject(info: ProjectInfo) extends DefaultProject(info) with
BasicScalaIntegrationTesting
put MyTest.scala in src/it/scala
$ sbt
$> integration-test
There isn't anything like test-quick though.