| # 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. | |
| executable("test") { | |
| output_name = "stream_utils_test" | |
| testonly = true | |
| sources = [ "image_io_util_test.cc" ] | |
| deps = [ | |
| "//sdk/lib/syslog/cpp", | |
| "//sdk/lib/syslog/cpp:backend_legacy", | |
| "//src/camera/drivers/test_utils", | |
| "//src/camera/lib/stream_utils", | |
| "//src/lib/files", | |
| "//src/lib/fxl/test:gtest_main", | |
| ] | |
| } |