[Build] Add missing runtime dependency for AA Native tests generator

This commit is contained in:
Dmitriy Novozhilov
2024-02-21 09:10:02 +02:00
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"))
}