Gradle, native: Rename test binary class: Test -> TestExecutable

This commit is contained in:
Ilya Matveev
2019-05-27 21:12:49 +03:00
parent 954fedc6f9
commit f47aafc471
7 changed files with 22 additions and 18 deletions
@@ -4,6 +4,10 @@ plugins {
kotlin("jvm")
}
repositories {
maven(kotlinNativeRepo)
}
dependencies {
compile(gradleApi())
compile(project(":kotlin-gradle-plugin-api"))
@@ -127,7 +127,7 @@ fun generateAbstractKotlinNativeBinaryContainer() {
binaryType("an Objective-C framework","Framework", "FRAMEWORK", "framework"),
binaryType(
"a test executable",
"Test",
"TestExecutable",
"TEST",
"test",
defaultBaseName = "\"test\""