[K/N][Tests] Migrate first ObjC test with framework
^KT-61259
This commit is contained in:
@@ -1189,10 +1189,6 @@ if (PlatformInfo.isAppleTarget(project)) {
|
||||
createInterop("objc_kt50648") {
|
||||
it.defFile 'interop/objc/kt50648/objclib.def'
|
||||
}
|
||||
createInterop("objc_kt53151") {
|
||||
it.defFile 'interop/objc/kt53151/objclib.def'
|
||||
it.compilerOpts "-F$projectDir/interop/objc/kt53151/testFramework"
|
||||
}
|
||||
createInterop("objc_kt55938") {
|
||||
it.defFile 'interop/objc/kt55938/objclib.def'
|
||||
it.headers "$projectDir/interop/objc/kt55938/objclib.h"
|
||||
@@ -1694,11 +1690,6 @@ if (PlatformInfo.isAppleTarget(project)) {
|
||||
}
|
||||
}
|
||||
|
||||
interopTest("interop_objc_kt53151") {
|
||||
source = "interop/objc/kt53151/main.kt"
|
||||
interop = "objc_kt53151"
|
||||
}
|
||||
|
||||
interopTest("interop_objc_kt55938") {
|
||||
source = "interop/objc/kt55938/main.kt"
|
||||
lib = "interop/objc/kt55938/lib.kt"
|
||||
|
||||
Reference in New Issue
Block a user