From 558c608daad156410dc2a854d53409eea1b979a1 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sat, 18 Jan 2014 17:01:00 +0100 Subject: More tests. --- test/dotc/tests.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index e109e05ae..0e43faf5a 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -52,6 +52,8 @@ class tests extends CompilerTest { @Test def dotc_parsing = compileDir(dotcDir + "tools/dotc/parsing") @Test def dotc_printing = compileDir(dotcDir + "tools/dotc/printing") @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 dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand") -- cgit v1.2.3