blob: c0003f2ef363f87a17064be8b2595b6f4fd17e06 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("all") {
deps = [ ":cros_camera_connector_test" ]
}
executable("cros_camera_connector_test") {
sources = [ "//camera/common/libcamera_connector_test/gtest_main.cc" ]
configs += [
"//common-mk:test",
"//camera/build:cros_camera_common",
]
pkg_deps = [
"libbrillo",
"libcamera_common",
"libcamera_connector",
"libyuv",
]
}