blob: e4dd8d4a25699e455869018ee7b960553346363c [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 = "factory_protocol_test"
testonly = true
sources = [ "factory_protocol_test.cc" ]
deps = [
"//src/camera/calibration/factory_protocol",
"//src/camera/drivers/test_utils",
"//src/lib/files:files",
"//src/lib/fxl/test:gtest_main_with_syslog",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/async-loop-default",
]
}