backend/tests: Added autogenerated tasks for external tests
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
import org.jetbrains.kotlin.*
|
||||
|
||||
task codegen_blackbox_hashPMap_empty (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/hashPMap/empty.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_hashPMap_manyNumbers (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/hashPMap/manyNumbers.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_hashPMap_rewriteWithDifferent (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/hashPMap/rewriteWithDifferent.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_hashPMap_rewriteWithEqual (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/hashPMap/rewriteWithEqual.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_hashPMap_simplePlusGet (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/hashPMap/simplePlusGet.kt"
|
||||
}
|
||||
|
||||
task codegen_blackbox_hashPMap_simplePlusMinus (type: RunExternalTest) {
|
||||
source = "codegen/blackbox/hashPMap/simplePlusMinus.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user