Files
kotlin-fork/backend.native/tests/external/codegen/blackbox/reflection/modifiers/build-generated.gradle
T

39 lines
1.4 KiB
Groovy

import org.jetbrains.kotlin.*
task codegen_blackbox_reflection_modifiers_callableModality (type: RunExternalTest) {
source = "codegen/blackbox/reflection/modifiers/callableModality.kt"
}
task codegen_blackbox_reflection_modifiers_callableVisibility (type: RunExternalTest) {
source = "codegen/blackbox/reflection/modifiers/callableVisibility.kt"
}
task codegen_blackbox_reflection_modifiers_classes (type: RunExternalTest) {
source = "codegen/blackbox/reflection/modifiers/classes.kt"
}
task codegen_blackbox_reflection_modifiers_classModality (type: RunExternalTest) {
source = "codegen/blackbox/reflection/modifiers/classModality.kt"
}
task codegen_blackbox_reflection_modifiers_classVisibility (type: RunExternalTest) {
source = "codegen/blackbox/reflection/modifiers/classVisibility.kt"
}
task codegen_blackbox_reflection_modifiers_functions (type: RunExternalTest) {
source = "codegen/blackbox/reflection/modifiers/functions.kt"
}
task codegen_blackbox_reflection_modifiers_javaVisibility (type: RunExternalTest) {
source = "codegen/blackbox/reflection/modifiers/javaVisibility.kt"
}
task codegen_blackbox_reflection_modifiers_properties (type: RunExternalTest) {
source = "codegen/blackbox/reflection/modifiers/properties.kt"
}
task codegen_blackbox_reflection_modifiers_typeParameters (type: RunExternalTest) {
source = "codegen/blackbox/reflection/modifiers/typeParameters.kt"
}