blob: 1fb90ff560bed8eea851d4d63f16bdb7ebaa4c0b [file] [log] [blame]
# Copyright 2020 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("bin") {
deps = [
"devfs",
"driver-index",
"driver_host",
"driver_manager",
"driver_runtime",
]
}
group("tests") {
testonly = true
deps = [
"driver-index:tests",
"driver_host:tests",
"driver_manager/tests",
"driver_playground:tests",
"driver_runtime:tests",
"driver_tools:tests",
]
}