blob: fcc33bb4aea1e9ccfad429611942851eb5860a95 [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 = [
"lib/compute:tests",
"tests",
]
}