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