blob: 0b6a80334606500aa082c1e1a12f046b5d8f21cb [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:tests",
"lib/compute:tests",
"lib/magma/tests",
"tests:tests",
]
}