blob: edcad3493fcc8ffac80b87870755f8854810b22f [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.
source_set("profile") {
testonly = true
sources = [ "profile.cc" ]
deps = [
"//src/zircon/testing/standalone-test",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}