blob: 500ac3bd30af4ae945e7da86fc115afdf9b20b01 [file] [log] [blame]
# Copyright 2019 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.
import("//src/graphics/lib/magma/gnbuild/magma.gni")
executable("vk_timer_query") {
testonly = true
output_name = "vk_timer_query_tests"
sources = [ "main.cc" ]
deps = [
"$magma_build_root/include:magma_abi",
"$magma_build_root/src/magma_util/platform:semaphore",
"../vkreadback:src",
"//sdk/lib/fdio",
"//src/graphics/drivers/msd-arm-mali/include",
"//src/graphics/lib/magma/src/libmagma",
"//src/graphics/lib/magma/tests/helper:test_device_helper",
"//src/lib/fxl/test:test_settings",
"//third_party/googletest:gtest",
"//zircon/public/lib/zx",
]
deps += [ "//src/lib/vulkan" ]
}