[Build] Add missing runtime dependency for AA Native tests generator
This commit is contained in:
committed by
Space Team
parent
cf425ffded
commit
166c88b87c
@@ -24,6 +24,7 @@ dependencies {
|
||||
testApi(platform(libs.junit.bom))
|
||||
testImplementation(libs.junit.jupiter.api)
|
||||
testRuntimeOnly(libs.junit.jupiter.engine)
|
||||
testRuntimeOnly(projectTests(":analysis:analysis-test-framework"))
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user