blob: fe3702dee2ed8357129789e24f21432ad6c32f56 [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("lib") {
deps = [
"dev-operation",
"dma-buffer",
"driver",
"synchronous-executor",
]
}
group("tests") {
testonly = true
deps = [
"acpi:tests",
"as370:tests",
"bind:tests",
"compat:tests",
"dev-operation:tests",
"dma-buffer:tests",
"driver:tests",
"fidl-metadata:tests",
"goldfish/pipe_io:tests",
"mmio:tests",
"synchronous-executor:tests",
"//zircon/system/ulib/devmgr-integration-test:tests",
"//zircon/system/ulib/driver-integration-test:tests",
]
}