backend/tests: Added autogenerated tasks for external tests
This commit is contained in:
Vendored
+18
@@ -0,0 +1,18 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_defaultArguments_private_memberExtensionFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/private/memberExtensionFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_private_memberFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/private/memberFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_private_primaryConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/private/primaryConstructor.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_defaultArguments_private_secondaryConstructor (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/defaultArguments/private/secondaryConstructor.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user