blob: 1070685dfee821c9e752e9c2c7dbfd2796ffc547 [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("graphics") {
deps = [
"drivers",
"lib",
]
}
group("tests") {
testonly = true
deps = [
"display:tests",
"drivers/aml-gpu:aml-gpu-test",
"lib/compute:tests",
"lib/magma/tests",
"tests",
]
}