blob: b7ae653a1f35128165dc0cb7dad6a1a2db34d1a3 [file] [log] [blame]
# Copyright 2022 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.
group("tracing") {
testonly = true
public_deps = [
"//src/performance/cpuperf_provider",
"//src/performance/cpuperf_provider:report_generators",
"//src/performance/ktrace_provider",
]
}
group("tests") {
testonly = true
deps = [
"cpuperf:tests",
"cpuperf_provider:tests",
"insntrace:tests",
"ktrace_provider:tests",
"lib:tests",
"trace/tests",
"trace_manager/tests",
]
}