Run android test locally with X86 emulator

This commit is contained in:
Mikhael Bogdanov
2019-01-25 13:28:54 +01:00
parent 28406b6bc4
commit d3c0937c67
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -38,5 +38,10 @@ projectTest {
doFirst {
environment("kotlin.tests.android.timeout", "45")
}
if (project.hasProperty("teamcity") || project.hasProperty("kotlin.test.android.teamcity")) {
systemProperty("kotlin.test.android.teamcity", true)
}
workingDir = rootDir
}