blob: 91cfbf9025d7a5ba2f0e15a4594aff6280cfd325 [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-intel-gen:tests",
"msd-vsi-vip:tests",
]
}