Skip to content

Commit 14e3150

Browse files
committed
test tasty-core with BootstrappedOnlyCompilationTests
1 parent 74e3517 commit 14e3150

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compiler/test/dotty/tools/dotc/BootstrappedOnlyCompilationTests.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
5050
compileDir("compiler/src/dotty/tools/dotc/typer", withCompilerOptions),
5151
compileDir("compiler/src/dotty/tools/dotc/util", withCompilerOptions),
5252
compileDir("compiler/src/dotty/tools/io", withCompilerOptions),
53+
compileDir("tasty/src/dotty/tools/tasty", withCompilerOptions),
5354
compileList(
5455
"testIssue6460",
5556
List(
@@ -163,7 +164,8 @@ class BootstrappedOnlyCompilationTests extends ParallelTesting {
163164
compileFile("tests/pos/pickleinf.scala", picklingWithCompilerOptions),
164165
compileDir("compiler/src/dotty/tools/dotc/core/classfile", picklingWithCompilerOptions),
165166
compileDir("compiler/src/dotty/tools/dotc/core/tasty", picklingWithCompilerOptions),
166-
compileDir("compiler/src/dotty/tools/dotc/core/unpickleScala2", picklingWithCompilerOptions)
167+
compileDir("compiler/src/dotty/tools/dotc/core/unpickleScala2", picklingWithCompilerOptions),
168+
compileDir("tasty/src/dotty/tools/tasty", picklingWithCompilerOptions)
167169
).limitThreads(4).checkCompile()
168170
}
169171

0 commit comments

Comments
 (0)