aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2012-11-05 16:53:26 +0100
committerJason Zaugg <jzaugg@gmail.com>2012-11-05 16:53:26 +0100
commit652028b9dc2000b45302757dc9fd0df26ff66805 (patch)
treeaf38cb697f4e41fd6af9072ae81fe33ef2af30c9 /build.sbt
parentd95f8bba6642a4cd8deeddd493afd2b71ae32ec3 (diff)
downloadscala-async-652028b9dc2000b45302757dc9fd0df26ff66805.tar.gz
scala-async-652028b9dc2000b45302757dc9fd0df26ff66805.tar.bz2
scala-async-652028b9dc2000b45302757dc9fd0df26ff66805.zip
More verbosity for `sbt test`.
So you know that something is happening...
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 596b42d..3d88004 100644
--- a/build.sbt
+++ b/build.sbt
@@ -17,6 +17,8 @@ libraryDependencies += "junit" % "junit-dep" % "4.10" % "test"
libraryDependencies += "com.novocode" % "junit-interface" % "0.10-M2" % "test"
+testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s")
+
autoCompilerPlugins := true
libraryDependencies <<= (scalaVersion, libraryDependencies) {