blob: b44371700458d6e632e24c4a341a088693d4b2a0 [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:gbm-stub",
"//src/graphics/tests/common",
"//src/lib/fxl/test:gtest_main",
"//third_party/googletest:gtest",
"//third_party/mesa/include:drm-uapi",
]
}