Gradle, tests: Fix native interop test for Win x86

This commit is contained in:
Ilya Matveev
2019-06-05 15:21:57 +07:00
parent dd941ffa93
commit f32d48c66d
@@ -52,6 +52,10 @@ kotlin {
}
// We don't create test tasks for Windows x86. But we still want to test
// generating interop for it, so we add this dependency.
build.dependsOn 'linkDebugTestMingw86'
publishing {
repositories {
maven {