[Runtime testing] Add aliases for host mimalloc and stdalloc runtime tests

This commit is contained in:
Ilya Matveev
2020-09-08 13:10:42 +07:00
committed by Ilya Matveev
parent 788dd1c210
commit 77c2fde12b
+8
View File
@@ -132,6 +132,14 @@ val hostRuntimeTests by tasks.registering {
dependsOn("${hostName}RuntimeTests")
}
val hostStdAllocRuntimeTests by tasks.registering {
dependsOn("${hostName}StdAllocRuntimeTests")
}
val hostMimallocRuntimeTests by tasks.registering {
dependsOn("${hostName}MimallocRuntimeTests")
}
val assemble by tasks.registering {
dependsOn(tasks.withType(CompileToBitcode::class).matching {
it.outputGroup == "main"