blob: 1d6194650c215cfede77996ea0caab4f35605a9d [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
data_deps = [
"lib:tests",
]
}