blob: 4ec9d3e5123ddfc610451c9e100a2afaf4a3a29a [file] [log] [blame]
# Copyright 2025 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("drivers") {
testonly = true
deps = [
"drivers/interconnect:component",
"drivers/interconnect:fake_component",
]
}
group("tests") {
testonly = true
deps = [ "drivers:tests" ]
}