Make objc interop tests depend on platform libs
This commit is contained in:
committed by
Pavel Punegov
parent
9c7a002eb0
commit
51784c0e34
@@ -4061,6 +4061,7 @@ if (PlatformInfo.isAppleTarget(project)) {
|
||||
interopTest("interop_objc_foreignException") {
|
||||
source = "interop/objc/foreignException/objc_wrap.kt"
|
||||
interop = 'foreignException'
|
||||
dependsOnPlatformLibs(it)
|
||||
|
||||
doBeforeBuild {
|
||||
mkdir(buildDir)
|
||||
@@ -4079,6 +4080,7 @@ if (PlatformInfo.isAppleTarget(project)) {
|
||||
source = "interop/objc/foreignException/objcExceptionMode.kt"
|
||||
interop = 'foreignExceptionMode_wrap'
|
||||
goldValue = "OK: ForeignException\n"
|
||||
dependsOnPlatformLibs(it)
|
||||
|
||||
doBeforeBuild {
|
||||
mkdir(buildDir)
|
||||
@@ -4097,6 +4099,7 @@ if (PlatformInfo.isAppleTarget(project)) {
|
||||
source = "interop/objc/foreignException/objcExceptionMode.kt"
|
||||
interop = 'foreignExceptionMode_default'
|
||||
goldValue = "OK: Ends with uncaught exception handler\n"
|
||||
dependsOnPlatformLibs(it)
|
||||
|
||||
doBeforeBuild {
|
||||
mkdir(buildDir)
|
||||
|
||||
Reference in New Issue
Block a user