blob: 211d45abb2d7ac6a17ecb9e758b0e4e70fb5f936 [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.
executable("mutex_pi_exerciser") {
sources = [
"event.cpp",
"main.cpp",
"thread.cpp",
"tracer.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-scheduler:c",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/sync",
"$zx/system/ulib/trace",
"$zx/system/ulib/trace-engine",
"$zx/system/ulib/trace-provider:trace-provider-with-fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}