aboutsummaryrefslogtreecommitdiff
path: root/dottydoc/test/BaseTest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'dottydoc/test/BaseTest.scala')
-rw-r--r--dottydoc/test/BaseTest.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/dottydoc/test/BaseTest.scala b/dottydoc/test/BaseTest.scala
index 303c476a5..e439c6eca 100644
--- a/dottydoc/test/BaseTest.scala
+++ b/dottydoc/test/BaseTest.scala
@@ -21,6 +21,10 @@ trait DottyTest {
ctx.setSetting(ctx.settings.YkeepComments, true)
ctx.setSetting(ctx.settings.YnoInline, true)
ctx.setProperty(ContextDoc, new ContextDottydoc)
+ ctx.setSetting(
+ ctx.settings.classpath,
+ "./library/target/scala-2.11/dotty-library_2.11-0.1-SNAPSHOT.jar"
+ )
base.initialize()(ctx)
ctx
}