[build][settings] drop partly be6722d44a
This commit is contained in:
+13
-15
@@ -31,21 +31,19 @@ include ':backend.native:tests'
|
||||
include ':backend.native:debugger-tests'
|
||||
include ':utilities'
|
||||
|
||||
if (hasProperty("konan.home") || hasProperty("org.jetbrains.kotlin.native.home")) {
|
||||
include ':performance'
|
||||
include ':performance:ring'
|
||||
include ':performance:cinterop'
|
||||
include ':performance:helloworld'
|
||||
include ':performance:numerical'
|
||||
include ':performance:videoplayer'
|
||||
include ':performance:framework'
|
||||
if (System.getProperty("os.name") == "Mac OS X") {
|
||||
include ':performance:objcinterop'
|
||||
include ':performance:swiftinterop'
|
||||
if (hasProperty("runExcludedBenchmarks")) {
|
||||
include ':performance:KotlinVsSwift'
|
||||
include ':performance:KotlinVsSwift:ring'
|
||||
}
|
||||
include ':performance'
|
||||
include ':performance:ring'
|
||||
include ':performance:cinterop'
|
||||
include ':performance:helloworld'
|
||||
include ':performance:numerical'
|
||||
include ':performance:videoplayer'
|
||||
include ':performance:framework'
|
||||
if (System.getProperty("os.name") == "Mac OS X") {
|
||||
include ':performance:objcinterop'
|
||||
include ':performance:swiftinterop'
|
||||
if (hasProperty("runExcludedBenchmarks")) {
|
||||
include ':performance:KotlinVsSwift'
|
||||
include ':performance:KotlinVsSwift:ring'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user