blob: 6caa2c795262361c393763bacfa990a92cc0ec99 [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" ]
}