From f32d48c66d3f17e8e6483e1fd0e776d75037ffb0 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Wed, 5 Jun 2019 15:21:57 +0700 Subject: [PATCH] Gradle, tests: Fix native interop test for Win x86 --- .../new-mpp-native-cinterop/publishedLibrary/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-native-cinterop/publishedLibrary/build.gradle b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-native-cinterop/publishedLibrary/build.gradle index af236cd012a..328617f6151 100644 --- a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-native-cinterop/publishedLibrary/build.gradle +++ b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/new-mpp-native-cinterop/publishedLibrary/build.gradle @@ -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 {