blob: dc4943ffd0a05a8e06e4f5cb1ac0ae9a10bec40c [file] [log] [blame]
# Copyright 2019 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 = [
"bind-debugger-test",
"bind-fail-test",
"ddk-environment-test:tests",
"ddk-fallback-test:tests",
"ddk-fidl-test:tests",
"ddk-firmware-test:tests",
"ddk-instance-lifecycle-test",
"ddk-lifecycle:tests",
"ddk-metadata-test",
"ddk-power:tests",
"ddk-runcompatibilityhook:tests",
"driver-inspect-test",
"isolateddevmgr:tests",
"libdriver-integration-test",
]
}