[Tests] Add custom JVM target tests for K2
^KT-59630 Fixed
This commit is contained in:
committed by
Space Team
parent
dde2156f5f
commit
7c4e43938b
@@ -9,6 +9,7 @@ dependencies {
|
|||||||
testApi(projectTests(":compiler:test-infrastructure-utils"))
|
testApi(projectTests(":compiler:test-infrastructure-utils"))
|
||||||
testApi(projectTests(":compiler:tests-compiler-utils"))
|
testApi(projectTests(":compiler:tests-compiler-utils"))
|
||||||
testApi(projectTests(":compiler:tests-common-new"))
|
testApi(projectTests(":compiler:tests-common-new"))
|
||||||
|
testApi(projectTests(":compiler:fir:fir2ir"))
|
||||||
|
|
||||||
testApi(platform(libs.junit.bom))
|
testApi(platform(libs.junit.bom))
|
||||||
testImplementation(libs.junit.jupiter.api)
|
testImplementation(libs.junit.jupiter.api)
|
||||||
|
|||||||
+8
@@ -29,6 +29,14 @@ import org.junit.runner.RunWith
|
|||||||
IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated::class,
|
IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated::class,
|
||||||
IrCompileKotlinAgainstInlineKotlinTestGenerated::class,
|
IrCompileKotlinAgainstInlineKotlinTestGenerated::class,
|
||||||
|
|
||||||
|
FirLightTreeBlackBoxCodegenTestGenerated::class,
|
||||||
|
FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated::class,
|
||||||
|
FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated::class,
|
||||||
|
|
||||||
|
FirPsiBlackBoxCodegenTestGenerated::class,
|
||||||
|
FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated::class,
|
||||||
|
FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated::class,
|
||||||
|
|
||||||
CoreJrtFsTest::class
|
CoreJrtFsTest::class
|
||||||
)
|
)
|
||||||
@IncludeClassNamePatterns(".*Test.*Generated")
|
@IncludeClassNamePatterns(".*Test.*Generated")
|
||||||
|
|||||||
Reference in New Issue
Block a user