aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-11-23 18:56:05 +0100
committerFelix Mulder <felix.mulder@gmail.com>2016-11-24 09:44:24 +0100
commita72ba85afe9950f573cbced60aa37154ae0040e2 (patch)
tree3671053cb6338ee8e5b9edfdb2c174e0b9e4815e /compiler/test/dotc/tests.scala
parent0d507d721529c596594ee6fe2de9ba7b7696eb27 (diff)
downloaddotty-a72ba85afe9950f573cbced60aa37154ae0040e2.tar.gz
dotty-a72ba85afe9950f573cbced60aa37154ae0040e2.tar.bz2
dotty-a72ba85afe9950f573cbced60aa37154ae0040e2.zip
Compile dotty library when bootstrapping
Diffstat (limited to 'compiler/test/dotc/tests.scala')
-rw-r--r--compiler/test/dotc/tests.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/test/dotc/tests.scala b/compiler/test/dotc/tests.scala
index 7d3dbd8db..a485484c2 100644
--- a/compiler/test/dotc/tests.scala
+++ b/compiler/test/dotc/tests.scala
@@ -353,12 +353,12 @@ class tests extends CompilerTest {
println(f)
println(System.getProperty("java.class.path"))
-
val opt = List("-priorityclasspath", defaultOutputDir, "-Ylog-classpath")
// first compile dotty
compileDir(dottyDir, ".", List("-deep", "-Ycheck-reentrant", "-strict"))(allowDeepSubtypes)
-
+ compileDir(libDir, "dotty", "-deep" :: opt)
+ compileDir(libDir, "scala", "-deep" :: opt)
compileDir(dottyDir, "tools", opt)
compileDir(toolsDir, "dotc", opt)
compileDir(dotcDir, "ast", opt)