blob: 6505158967d90ac2152f97842c5a1d207e698da9 [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:aml-gpu-test",
"misc:tests",
"virtio:tests",
]
}