backend/tests: Added autogenerated tasks for external tests
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_package_boxPrimitiveTypeInClinit (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/package/boxPrimitiveTypeInClinit.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_package_checkCast (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/package/checkCast.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_package_incrementProperty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/package/incrementProperty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_package_initializationOrder (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/package/initializationOrder.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_package_invokespecial (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/package/invokespecial.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_package_mainInFiles (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/package/mainInFiles.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_package_nullablePrimitiveNoFieldInitializer (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/package/nullablePrimitiveNoFieldInitializer.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_package_packageLocalClassNotImportedWithDefaultImport (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/package/packageLocalClassNotImportedWithDefaultImport.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_package_packageQualifiedMethod (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/package/packageQualifiedMethod.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_package_privateTopLevelPropAndVarInInner (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/package/privateTopLevelPropAndVarInInner.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user