blob: 4f4e33f54771c84a548e11824d93303eab6715ff [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.
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",
]
}