blob: 6d8503619b870fe25f0daff4899fdd25839e3a31 [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.
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",
]
}