aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-02-13 10:42:01 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-02-13 10:53:46 +0100
commit04c1ce2c9a81e79191ce34d15a439112eefb0c83 (patch)
treec0d1cc9bba9be0b7f9d6bbbdaacdaec8bf4853cc /project
parentdea3d5e2e32587c378353c9ba326fc50cc6e5a13 (diff)
downloaddotty-04c1ce2c9a81e79191ce34d15a439112eefb0c83.tar.gz
dotty-04c1ce2c9a81e79191ce34d15a439112eefb0c83.tar.bz2
dotty-04c1ce2c9a81e79191ce34d15a439112eefb0c83.zip
Move test resources to test
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 3cc10b6e4..6e021a2e3 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -171,6 +171,8 @@ object DottyBuild extends Build {
lazy val `dotty-bot` = project.in(file("bot")).
settings(sourceStructure).
settings(
+ resourceDirectory in Test := baseDirectory.value / "test" / "resources",
+
libraryDependencies ++= {
val circeVersion = "0.7.0"
val http4sVersion = "0.15.3"