backend/tests: Added autogenerated tasks for external tests
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_abstractList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/abstractList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_abstractMap (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/abstractMap.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_abstractSet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/abstractSet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_arrayList (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/arrayList.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_hashMap (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/hashMap.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_hashSet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/hashSet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_builtinStubMethods_extendJavaCollections_mapEntry (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/builtinStubMethods/extendJavaCollections/mapEntry.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user