blob: 2509837ad56de9b36e722ef85d6bc92427cbef36 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//common-mk/pkg_config.gni")
executable("graphics.GBM.gbmtest") {
pkg_deps = [
"gbm",
"libdrm",
"libchrome-${libbase_ver}",
]
# libgtest.so is not installed in DUT. Instead, link against the static lib.
libs = [
":libgtest.a",
"pthread",
]
sources = [
"graphics.GBM.gbmtest.cc",
]
}
group("all") {
deps = [
":graphics.GBM.gbmtest",
]
}