backend/tests: Added autogenerated tasks for external tests
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_reflection_mapping_jvmStatic_companionObjectFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/mapping/jvmStatic/companionObjectFunction.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_reflection_mapping_jvmStatic_objectFunction (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/reflection/mapping/jvmStatic/objectFunction.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user