migrated NativeDownloadAndPlatformLibsIT to junit 5 and gradle TestKit

This commit is contained in:
Dmitrii Krasnov
2023-05-24 13:52:57 +02:00
committed by Space Team
parent 168076766f
commit 0191a15d96
18 changed files with 448 additions and 239 deletions
@@ -311,6 +311,10 @@ tasks.named<Task>("check") {
}
tasks.withType<Test> {
// Disable KONAN_DATA_DIR env variable for all integration tests
// because we are using `konan.data.dir` gradle property instead
environment.remove("KONAN_DATA_DIR")
val noTestProperty = project.providers.gradleProperty("noTest")
onlyIf { !noTestProperty.isPresent }