blob: 63646f157d88d23b600520043f0916d965cdad31 [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-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",
]
}