blob: 9cb5bd95cc9bfe10dbf1e9e6ecbf3b18afdf7b3b [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",
]
deps = [
"//third_party/gtest",
"//third_party/vulkan_loader_and_validation_layers:vulkan",
]
}