aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 0e43faf5a..fe31f1e53 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -54,7 +54,9 @@ class tests extends CompilerTest {
@Test def dotc_reporting = compileDir(dotcDir + "tools/dotc/reporting")
@Test def dotc_typer = compileDir(dotcDir + "tools/dotc/typer")
@Test def dotc_util = compileDir(dotcDir + "tools/dotc/util")
+ @Test def tools_io = compileDir(dotcDir + "tools/io")
+ @Test def tools = compileDir(dotcDir + "tools")
-// @Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand")
+ @Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand")
} \ No newline at end of file