[K/N][Tests] Migrate tests forwardDeclarationsTwoLibs.kt
^KT-61259
This commit is contained in:
committed by
Space Team
parent
bd688b3ef7
commit
c286b0efd7
@@ -1087,25 +1087,12 @@ createInterop("cppSkiaSignature") {
|
||||
it.defFile 'interop/cpp/skiaSignature.def'
|
||||
}
|
||||
|
||||
createInterop("threadStates") {
|
||||
it.defFile "interop/threadStates/threadStates.def"
|
||||
it.extraOpts "-Xcompile-source", "$projectDir/interop/threadStates/threadStates.cpp"
|
||||
}
|
||||
|
||||
createInterop("workerSignals") {
|
||||
it.defFile "interop/workerSignals/workerSignals.def"
|
||||
it.headers "$projectDir/interop/workerSignals/workerSignals.h"
|
||||
it.extraOpts "-Xcompile-source", "$projectDir/interop/workerSignals/workerSignals.cpp"
|
||||
}
|
||||
|
||||
createInterop("cForwardDeclarationsTwoLibs1") {
|
||||
it.defFile "interop/forwardDeclarationsTwoLibs/cForwardDeclarationsTwoLibs1.def"
|
||||
}
|
||||
|
||||
createInterop("cForwardDeclarationsTwoLibs2") {
|
||||
it.defFile "interop/forwardDeclarationsTwoLibs/cForwardDeclarationsTwoLibs2.def"
|
||||
}
|
||||
|
||||
if (PlatformInfo.isAppleTarget(project)) {
|
||||
createInterop("forwardDeclarationsCastA") {
|
||||
it.defFile "interop/forwardDeclarationsCast/a.def"
|
||||
@@ -1344,12 +1331,6 @@ interopTest("interop_workerSignals") {
|
||||
interop = "workerSignals"
|
||||
}
|
||||
|
||||
interopTest("interop_forwardDeclarationsTwoLibs") {
|
||||
source = "interop/forwardDeclarationsTwoLibs/forwardDeclarationsTwoLibs.kt"
|
||||
interop = "cForwardDeclarationsTwoLibs1"
|
||||
interop2 = "cForwardDeclarationsTwoLibs2"
|
||||
}
|
||||
|
||||
/*
|
||||
TODO: This test isn't run automatically
|
||||
tasks.register("interop_echo_server", RunInteropKonanTest) {
|
||||
|
||||
Reference in New Issue
Block a user