blob: 891a017dad23e14ca98875e5a306c0cb61d32d58 [file] [log] [blame]
# 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",
"//src/camera/drivers/test_utils",
"//src/camera/lib/stream_utils",
"//src/lib/files",
"//src/lib/fxl/test:gtest_main",
]
}