[K/N][tests] Migrate interopTest tests ^KT-61259
This commit is contained in:
committed by
Space Team
parent
c227e60150
commit
bbcc5c9aed
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user