blob: 3e6c1a11a6128bf3ef873fb5efe44d5236f57f82 [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:vulkan",
]
}