blob: 956811797629487e911443d1e05187c8e99a5a24 [file] [log] [blame]
# Copyright 2017 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("vkloop") {
testonly = true
sources = [
"main.cc",
"vkloop.cc",
]
deps = [
"//sdk/fidl/fuchsia.gpu.magma:fuchsia.gpu.magma_llcpp",
"//sdk/lib/fdio",
"//src/graphics/lib/magma/include:magma_abi",
"//src/graphics/lib/magma/src/libmagma",
"//src/graphics/lib/magma/tests/helper:test_device_helper",
"//src/graphics/tests/common",
]
public_deps = [
"//src/lib/fxl/test:test_settings",
"//third_party/googletest:gtest",
]
public_deps += [ "//src/lib/vulkan" ]
# TODO(fxbug.dev/58615): Fix the leaks and remove this.
deps += [ "//build/config/sanitizers:suppress-lsan.DO-NOT-USE-THIS" ]
}