Fixes to Kotlin/Native test directives infrastructure.
* parse files and modules separately * fix default and support modules usage * add another way to ignore backend (new directive) * add new test to exclude list
This commit is contained in:
@@ -326,8 +326,7 @@ task run_external () {
|
||||
|
||||
rootProject.files(
|
||||
'compiler/testData/codegen/box',
|
||||
'compiler/codegen/boxInline',
|
||||
'compiler/compileKotlinAgainstKotlin'
|
||||
'compiler/testData/codegen/boxInline'
|
||||
).asFileTree.visit { file ->
|
||||
if (!file.isDirectory() || !file.file.list().any{ it.endsWith(".kt")})
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user