Skip to content
Snippets Groups Projects
Commit 11c8f05f authored by David Stevens's avatar David Stevens Committed by CQ bot account: commit-bot@chromium.org
Browse files

[kstress] Fix build file after refactor

Change-Id: Iec766864267074711f7dcc298a037a4288ac7489
parent 47e21273
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,11 @@ executable("kstress") {
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
# The vmstress test has starvation issues when run without the fair scheduler.
if (enable_fair_scheduler) {
sources += ["vmstress.cpp"]
} else {
defines = [ "DISABLE_VMSTRESS" ]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment