| # 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. | |
| group("gbm") { | |
| public_deps = [ "//third_party/mesa/src/gbm" ] | |
| } | |
| executable("gbm_test") { | |
| testonly = true | |
| sources = [ "test_magma.cc" ] | |
| deps = [ | |
| ":gbm", | |
| "//src/lib/fxl/test:gtest_main", | |
| "//third_party/mesa/include:drm-uapi", | |
| ] | |
| } |