blob: 41a6c40530df8bb5b7109da926bdbd9bba8b20d5 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("thread-stress") {
deps = [
":thread-stress-test",
]
}
executable("thread-stress-test") {
sources = [
"thread-stress.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}