TEST:EXTERNAL: run task added
This commit is contained in:
committed by
ilmat192
parent
6729d1d824
commit
99a962df42
+4
@@ -815,3 +815,7 @@ task codegen_blackbox_when_stringOptimization (type: RunExternalTestGroup) {
|
|||||||
task daily {
|
task daily {
|
||||||
dependsOn(codegen_blackbox_annotations)
|
dependsOn(codegen_blackbox_annotations)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task run() {
|
||||||
|
dependsOn(tasks.withType(RunExternalTestGroup).matching { it.enabled })
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user