From 7870cfc72bee2c1b6f45c02f903206f1af03ac03 Mon Sep 17 00:00:00 2001 From: VladimirNik Date: Fri, 20 Nov 2015 21:48:53 +0300 Subject: New tests for tasty --- test/dotc/tests.scala | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index c07b966c6..48e9bba5d 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -224,4 +224,11 @@ class tests extends CompilerTest { val javaDir = "./tests/pos/java-interop/" @Test def java_all = compileFiles(javaDir, twice) //@Test def dotc_compilercommand = compileFile(dotcDir + "config/", "CompilerCommand") + + @Test def tasty_new_all = compileFiles(newDir, testPickling) + @Test def tasty_dotc_config = compileDir(dotcDir, "config", testPickling) + @Test def tasty_dotc_printing = compileDir(dotcDir, "printing", testPickling) + @Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling) + @Test def tasty_dotc_util = compileDir(dotcDir, "util", testPickling) + @Test def tasty_tools_io = compileDir(toolsDir, "io", testPickling) } -- cgit v1.2.3