Support interop libraries in dynamic tests
This commit is contained in:
committed by
Vasily Levchenko
parent
438e1d34c5
commit
5a18a565b7
@@ -436,6 +436,9 @@ open class KonanDynamicTest : KonanStandaloneTest() {
|
||||
@Input
|
||||
var clangFlags: List<String> = listOf()
|
||||
|
||||
@Input @Optional
|
||||
var interop: String? = null
|
||||
|
||||
// Replace testlib_api.h and all occurrences of the testlib with the actual name of the test
|
||||
private fun processCSource(): String {
|
||||
val sourceFile = File(cSource)
|
||||
|
||||
Reference in New Issue
Block a user