backend/tests: Added autogenerated tasks for external tests
This commit is contained in:
Vendored
+42
@@ -0,0 +1,42 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_operatorConventions_compareTo_boolean (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/operatorConventions/compareTo/boolean.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_operatorConventions_compareTo_comparable (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/operatorConventions/compareTo/comparable.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_operatorConventions_compareTo_doubleInt (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/operatorConventions/compareTo/doubleInt.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_operatorConventions_compareTo_doubleLong (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/operatorConventions/compareTo/doubleLong.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_operatorConventions_compareTo_extensionArray (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/operatorConventions/compareTo/extensionArray.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_operatorConventions_compareTo_extensionObject (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/operatorConventions/compareTo/extensionObject.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_operatorConventions_compareTo_intDouble (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/operatorConventions/compareTo/intDouble.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_operatorConventions_compareTo_intLong (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/operatorConventions/compareTo/intLong.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_operatorConventions_compareTo_longDouble (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/operatorConventions/compareTo/longDouble.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_operatorConventions_compareTo_longInt (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/operatorConventions/compareTo/longInt.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user