blob: 5a7c4a35a7b5113a7c7d26deb2f730eecb3149eb [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 = "algorithms_test"
testonly = true
sources = [ "blc_test.cc" ]
deps = [
"//src/camera/calibration/algorithms",
"//src/camera/drivers/test_utils",
"//src/camera/lib/image_writer",
"//src/lib/fxl/test:gtest_main",
]
}