blob: e33b62afda75f77f1f2d3c0bf147d6404beb0680 [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("drivers") {
deps = [ "misc" ]
}
group("tests") {
testonly = true
deps = [
"aml-gpu:tests",
"misc:tests",
"msd-arm-mali:tests",
"msd-img-rgx/mtk:tests",
"msd-qcom-adreno:tests",
"msd-vsi-vip:tests",
"virtio:tests",
]
}