Skip to content

Commit dce7053

Browse files
committed
Merge pull request #967 from dotty-staging/tasty-tests
New tests for tasty
2 parents ea1ee47 + 7870cfc commit dce7053

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/dotc/tests.scala

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,11 @@ class tests extends CompilerTest {
224224
val javaDir = "./tests/pos/java-interop/"
225225
@Test def java_all = compileFiles(javaDir, twice)
226226
//@Test def dotc_compilercommand = compileFile(dotcDir + "config/", "CompilerCommand")
227+
228+
@Test def tasty_new_all = compileFiles(newDir, testPickling)
229+
@Test def tasty_dotc_config = compileDir(dotcDir, "config", testPickling)
230+
@Test def tasty_dotc_printing = compileDir(dotcDir, "printing", testPickling)
231+
@Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
232+
@Test def tasty_dotc_util = compileDir(dotcDir, "util", testPickling)
233+
@Test def tasty_tools_io = compileDir(toolsDir, "io", testPickling)
227234
}

0 commit comments

Comments
 (0)