[K/N][tests] Migrate interopTest tests ^KT-61259

This commit is contained in:
Alexander Shabalin
2024-03-13 23:33:31 +01:00
committed by Space Team
parent c227e60150
commit bbcc5c9aed
17 changed files with 206 additions and 251 deletions
@@ -416,22 +416,6 @@ open class KonanDriverTest : KonanStandaloneTest() {
}
}
open class KonanInteropTest : KonanStandaloneTest() {
/**
* Name of the interop library
*/
@Input
lateinit var interop: String
@Input
@Optional
var interop2: String? = null
@Input
@Optional
var lib: String? = null
}
/**
* Test task to check a library built by `-produce dynamic`.
* C source code should contain `testlib` as a reference to a testing library.