blob: c1b0fdd87bfb90a7e45b199ff7c198ba806a2c0c [file] [log] [blame]
# 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",
]
}