blob: 10cfb9b0565d6239eec09b21c93df355c0e2a7c0 [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.
zx_test("profile") {
sources = [
"profile.cc",
]
deps = [
"$zx/system/fidl/fuchsia-scheduler:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/profile",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}