aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorliu fengyun <liufengyunchina@gmail.com>2016-04-14 22:16:48 +0200
committerliu fengyun <liufengyunchina@gmail.com>2016-04-14 22:16:48 +0200
commit3eb30ade5c85250535ee2fbac7208b114255ccdd (patch)
treeadd4c73e267ba8c3d6dfcb3bf484e805650cc6df /project
parentb56f5c9620800adfaa27e359754be4b9a7aab4fe (diff)
downloaddotty-3eb30ade5c85250535ee2fbac7208b114255ccdd.tar.gz
dotty-3eb30ade5c85250535ee2fbac7208b114255ccdd.tar.bz2
dotty-3eb30ade5c85250535ee2fbac7208b114255ccdd.zip
workaround for ScalaMeter incorrect report path
The ScalaMeter issue is reported here: https://github.com/scalameter/scalameter/pull/163/files The issue exists both in v0.7 and v0.6. As dotty uses v0.6 now, use this workaround until we upgrate to a new version of ScalaMeter.
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 723a7e129..f6141844d 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -239,7 +239,6 @@ object DottyBuild extends Build {
libraryDependencies ++= Seq("com.storm-enroute" %% "scalameter" % "0.6" % Test,
"com.novocode" % "junit-interface" % "0.11"),
- testFrameworks += new TestFramework("org.scalameter.ScalaMeterFramework"),
fork in Test := true,
parallelExecution in Test := false,