blob: 8bceb183fde27fb9f6a89d6d89f2062b56d4d638 [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.
group("tracing") {
testonly = true
deps = [
":tests",
"lib",
]
}
group("tests") {
testonly = true
deps = [
"lib:tests",
]
}