blob: 815657c7460e9c23412ab1eb3e026517bb6644fe [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("bin") {
deps = [
"trace",
"trace_manager",
"trace_stress",
"traceutil",
]
}
group("tests") {
testonly = true
deps = [
"trace/tests",
"trace_manager/tests",
]
}