backend/tests: Added autogenerated tasks for external tests

This commit is contained in:
Ilya Matveev
2017-01-17 19:01:19 +03:00
parent fd44baf2c0
commit ee58c7ee5f
209 changed files with 11011 additions and 0 deletions
@@ -0,0 +1,18 @@
import org.jetbrains.kotlin.*
task codegen_blackbox_annotations_annotatedLambda_funExpression (type: RunExternalTest) {
source = "codegen/blackbox/annotations/annotatedLambda/funExpression.kt"
}
task codegen_blackbox_annotations_annotatedLambda_lambda (type: RunExternalTest) {
source = "codegen/blackbox/annotations/annotatedLambda/lambda.kt"
}
task codegen_blackbox_annotations_annotatedLambda_samFunExpression (type: RunExternalTest) {
source = "codegen/blackbox/annotations/annotatedLambda/samFunExpression.kt"
}
task codegen_blackbox_annotations_annotatedLambda_samLambda (type: RunExternalTest) {
source = "codegen/blackbox/annotations/annotatedLambda/samLambda.kt"
}