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.scala7
1 files changed, 7 insertions, 0 deletions
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)
}