Add new set of tests to run JVM checks with IR inliner

This commit is contained in:
Ivan Kylchik
2022-12-08 18:25:33 +01:00
committed by Space Team
parent 1c210822ea
commit 86b3ec73d1
21 changed files with 71091 additions and 25 deletions
@@ -25,7 +25,7 @@ import org.junit.runner.RunWith
CompileKotlinAgainstInlineKotlinTestGenerated::class,
IrBlackBoxCodegenTestGenerated::class,
IrBlackBoxInlineCodegenTestGenerated::class,
IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated::class,
IrCompileKotlinAgainstInlineKotlinTestGenerated::class
)
@IncludeClassNamePatterns(".*Test.*Generated")