blob: 5ed07318c472f8948855ea036a70f7201aea2595 [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.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-scheduler:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/profile",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
]
}