[K/N][tests] Possible intermediate library for interop test

Now along with earlier [interop] <- [main] scheme one can also use
[interop] <- [lib] <- [main] which previously was only for link tests
This commit is contained in:
Igor Chevdar
2022-04-27 10:47:01 +05:00
committed by Space
parent ba9c2e51a7
commit 2b75ba203a
2 changed files with 27 additions and 4 deletions
@@ -471,6 +471,10 @@ open class KonanInteropTest : KonanStandaloneTest() {
*/
@Input
lateinit var interop: String
@Input
@Optional
var lib: String? = null
}
open class KonanLinkTest : KonanStandaloneTest() {