backend/tests: Added test group running

This commit is contained in:
Ilya Matveev
2017-01-18 12:48:38 +03:00
parent ee58c7ee5f
commit b6587252c0
2 changed files with 49 additions and 1 deletions
+4
View File
@@ -79,6 +79,10 @@ task run_external () {
}
}
task run_external_group (type: RunExternalTestGroup) {
groupDirectory = "external/codegen/blackbox/binaryOp"
}
task sum (type:RunKonanTest) {
source = "codegen/function/sum.kt"
}