blob: c9d85fa70c337bc614b01d883b32c25ea7f57d49 [file] [log] [blame]
# Copyright 2024 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("tools") {
deps = [
"inspect-hierarchy-analyzer($host_toolchain)",
"merge_sampler_configs($host_toolchain)",
]
}
group("tests") {
testonly = true
deps = [ "inspect-hierarchy-analyzer:tests($host_toolchain)" ]
}