blob: f4d23a570f4e0df43a0dbdd53ecb4d16295a4baf [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",
"virtio:tests",
]
}