blob: 04835f85c12ecd2692a07e0f7241546ccdf93e64 [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("tests") {
testonly = true
deps = [
"fuchsia-inspect:tests",
"fuchsia-inspect-contrib:tests",
"fuchsia-inspect-derive:tests",
"fuchsia-inspect-node-hierarchy:tests",
]
}
group("benchmarks") {
testonly = true
deps = [ "fuchsia-inspect:benchmarks" ]
}