aboutsummaryrefslogtreecommitdiffstats
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 7448a33..da2c841 100644
--- a/build.sbt
+++ b/build.sbt
@@ -6,4 +6,8 @@ scalaVersion := "2.10.0"
libraryDependencies += "org.scalatest" % "scalatest_2.10" % "1.9.1" % "test"
+libraryDependencies += "org.scala-tools.testing" % "test-interface" % "0.5"
+
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature")
+
+testFrameworks += new TestFramework("org.perl8.test.sbt.Framework")