[Native][tests] Use TEAMCITY test logger instead of GTEST one

That's because currently K/N tests do not report ignored tests with GTEST logger, but do so with TEAMCITY logger.
This commit is contained in:
Dmitriy Dolovov
2021-12-02 12:41:42 +03:00
parent 553ea22504
commit 09dbd43b97
8 changed files with 296 additions and 173 deletions
+1
View File
@@ -12,6 +12,7 @@ dependencies {
testImplementation(project(":kotlin-reflect"))
testImplementation(intellijCore())
testImplementation(commonDependency("commons-lang:commons-lang"))
testImplementation(commonDependency("org.jetbrains.teamcity:serviceMessages"))
testImplementation(project(":kotlin-compiler-runner-unshaded"))
testImplementation(projectTests(":compiler:tests-common"))
testImplementation(projectTests(":compiler:tests-common-new"))