blob: 2f5e7ef9bad4cabbcfe41e0637d16dccb3cb5d4b [file] [log] [blame]
# Copyright 2021 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("system-cpu") {
testonly = true
sources = [ "performance_info.cc" ]
deps = [
"//src/zircon/testing/standalone-test",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}