aboutsummaryrefslogtreecommitdiffstats
path: root/build.sbt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-02-23 00:29:49 -0600
committerJesse Luehrs <doy@tozt.net>2013-02-23 00:29:49 -0600
commit779de1657856ea5bfc4ca6b364669bd4ab10127f (patch)
tree45310a9edb441c14788d11ce6c46c8a8df3c26e9 /build.sbt
parent2fe79825e81feba3c29a86e0912d9d5598c5975b (diff)
downloadscala-test-more-779de1657856ea5bfc4ca6b364669bd4ab10127f.tar.gz
scala-test-more-779de1657856ea5bfc4ca6b364669bd4ab10127f.zip
integrate with sbt
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")