Gradle, native: Rename test binary class: Test -> TestExecutable
This commit is contained in:
@@ -4,6 +4,10 @@ plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven(kotlinNativeRepo)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile(gradleApi())
|
||||
compile(project(":kotlin-gradle-plugin-api"))
|
||||
|
||||
+1
-1
@@ -127,7 +127,7 @@ fun generateAbstractKotlinNativeBinaryContainer() {
|
||||
binaryType("an Objective-C framework","Framework", "FRAMEWORK", "framework"),
|
||||
binaryType(
|
||||
"a test executable",
|
||||
"Test",
|
||||
"TestExecutable",
|
||||
"TEST",
|
||||
"test",
|
||||
defaultBaseName = "\"test\""
|
||||
|
||||
Reference in New Issue
Block a user