[LL] Expand "Low Level FIR API Tests" run configuration to include tests from submodules
- LL API tests should include LL API JDK 11 tests and, if applicable, LL API native tests.
This commit is contained in:
committed by
Space Team
parent
ee7c67ba11
commit
1901ed36ec
@@ -93,3 +93,15 @@ allprojects {
|
||||
|
||||
testsJar()
|
||||
|
||||
tasks.register("analysisLowLevelApiFirAllTests") {
|
||||
dependsOn(
|
||||
":analysis:low-level-api-fir:test",
|
||||
":analysis:low-level-api-fir:tests-jdk11:test",
|
||||
)
|
||||
|
||||
if (kotlinBuildProperties.isKotlinNativeEnabled) {
|
||||
dependsOn(
|
||||
":analysis:low-level-api-fir:low-level-api-fir-native:llFirNativeTests",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user