[build][settings] drop partly be6722d44a

This commit is contained in:
Vasily Levchenko
2019-11-27 16:00:08 +01:00
parent e9a069d346
commit 128d348dd6
+13 -15
View File
@@ -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'
}
}