TEST: report task.
This commit is contained in:
committed by
vvlevchenko
parent
3474f167c1
commit
7b0c0f5bfb
@@ -83,6 +83,11 @@ task daily() {
|
||||
dependsOn(run_external)
|
||||
}
|
||||
|
||||
|
||||
task slackReport(type:Reporter) {
|
||||
reportHome = rootProject.file("test.output").absoluteFile
|
||||
}
|
||||
|
||||
task sum (type:RunKonanTest) {
|
||||
source = "codegen/function/sum.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user