blob: c2dc26ee04c6751001adea632a7445d045e6fe1e [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 = [
"bin/vulkan_loader:tests",
"display:tests",
"drivers:tests",
"lib/compute:tests",
"lib/magma/tests",
"tests:tests",
]
}