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