[Runtime testing] Add aliases for host mimalloc and stdalloc runtime tests
This commit is contained in:
committed by
Ilya Matveev
parent
788dd1c210
commit
77c2fde12b
@@ -132,6 +132,14 @@ val hostRuntimeTests by tasks.registering {
|
|||||||
dependsOn("${hostName}RuntimeTests")
|
dependsOn("${hostName}RuntimeTests")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
val hostStdAllocRuntimeTests by tasks.registering {
|
||||||
|
dependsOn("${hostName}StdAllocRuntimeTests")
|
||||||
|
}
|
||||||
|
|
||||||
|
val hostMimallocRuntimeTests by tasks.registering {
|
||||||
|
dependsOn("${hostName}MimallocRuntimeTests")
|
||||||
|
}
|
||||||
|
|
||||||
val assemble by tasks.registering {
|
val assemble by tasks.registering {
|
||||||
dependsOn(tasks.withType(CompileToBitcode::class).matching {
|
dependsOn(tasks.withType(CompileToBitcode::class).matching {
|
||||||
it.outputGroup == "main"
|
it.outputGroup == "main"
|
||||||
|
|||||||
Reference in New Issue
Block a user