blob: a13bd24b66925e32e64711193d8648f8933efa9e [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-depth") {
deps = [
":thread-depth-test",
]
}
executable("thread-depth-test") {
sources = [
"thread-depth.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}