blob: dbe591e01d2fccbb996677d44ba90c49a9564642 [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 = "image_writer_test"
testonly = true
sources = [
"hsv_generator_test.cc",
"image_format_test.cc",
"raw12_writer_test.cc",
]
deps = [
"//sdk/lib/fidl/cpp",
"//sdk/lib/syslog/cpp",
"//sdk/lib/syslog/cpp:backend_legacy",
"//src/camera/drivers/test_utils",
"//src/camera/lib/image_writer",
"//src/camera/lib/image_writer:hsv_color_source",
"//src/camera/lib/image_writer:image_format_rgba",
"//src/lib/fxl/test:gtest_main",
"//zircon/system/ulib/fzl",
"//zircon/system/ulib/image-format",
"//zircon/system/ulib/syslog",
]
}