| # Copyright 2021 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. | |
| executable("vkgbm") { | |
| testonly = true | |
| sources = [ "test_vkgbm.cc" ] | |
| deps = [ | |
| "//src/graphics/lib/gbm", | |
| "//src/graphics/tests/common", | |
| "//src/lib/fxl/test:gtest_main", | |
| "//third_party/googletest:gtest", | |
| "//third_party/mesa/include:drm-uapi", | |
| ] | |
| } |