Fix runtime tests dependencies (#4527)
This commit is contained in:
committed by
Stanislav Erokhin
parent
ee508efb23
commit
0a25eac957
@@ -149,7 +149,9 @@ targetList.forEach { targetName ->
|
||||
"${targetName}Mimalloc",
|
||||
"${targetName}OptAlloc"
|
||||
)
|
||||
)
|
||||
) {
|
||||
includeRuntime()
|
||||
}
|
||||
|
||||
tasks.register("${targetName}RuntimeTests") {
|
||||
dependsOn("${targetName}StdAllocRuntimeTests")
|
||||
|
||||
Reference in New Issue
Block a user