aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorVladimirNik <vladimir.nikolaev9@gmail.com>2015-11-20 21:48:53 +0300
committerVladimirNik <vladimir.nikolaev9@gmail.com>2015-11-20 21:49:50 +0300
commit7870cfc72bee2c1b6f45c02f903206f1af03ac03 (patch)
tree0640eb2e2f1a2e9b1b1c0ac573e8f2dc7cc2b2f5 /test/dotc/tests.scala
parentea1ee475bdf8007907144b86b0aefaa88e100966 (diff)
downloaddotty-7870cfc72bee2c1b6f45c02f903206f1af03ac03.tar.gz
dotty-7870cfc72bee2c1b6f45c02f903206f1af03ac03.tar.bz2
dotty-7870cfc72bee2c1b6f45c02f903206f1af03ac03.zip
New tests for tasty
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)
}