blob: b07f62af692c95437a5c5db1cd356c000e5cc74b [file] [log] [blame]
# Copyright 2016 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("test_image_pipe_swapchain") {
testonly = true
sources = [
"test_extensions.cc",
"test_main.cc",
"test_swapchain.cc",
]
deps = [
"../../src/swapchain:surface_header",
"//third_party/googletest:gtest",
"//third_party/vulkan_loader_and_validation_layers:extra_vulkan_headers",
"//third_party/vulkan_loader_and_validation_layers:vulkan",
]
}