blob: 6a253adfef3fb9048558f05ec97345c0f4018954 [file] [log] [blame]
# Copyright 2022 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 = [
"compat:tests",
"compat-globals:tests",
"composite:tests",
"ddk-init-test:tests",
"devfs_exporter:tests",
"driver-runner-integration:tests",
"driver-runtime:tests",
"dynamic_offers:tests",
"interop:tests",
"runtime-dispatcher:tests",
"services:tests",
]
}
group("drivers") {
testonly = true
deps = [
"compat:drivers",
"compat-globals:drivers",
"composite:leaf",
"composite:root",
"ddk-init-test:drivers",
"devfs_exporter:root",
"driver-runtime:leaf",
"driver-runtime:root",
"dynamic_offers:leaf",
"dynamic_offers:root",
"interop:leaf",
"interop:root",
"interop:v1",
"runtime-dispatcher:leaf",
"runtime-dispatcher:root",
"services:root",
]
}