blob: f64f79f8bb8ae4e76cad64e036916b8d7989c4e4 [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.
group("lib") {
testonly = true
deps = [
"actor",
"cobalt_logger",
"fake_camera",
"fake_legacy_stream",
"fake_logical_buffer_collection",
"fake_stream",
"format_conversion",
"image_utils",
"raw_formats",
"stream_utils",
"virtual_camera",
]
}
group("tests") {
testonly = true
deps = [
"actor:tests",
"fake_camera:tests",
"fake_legacy_stream:tests",
"fake_stream:tests",
"formatting:tests",
"hanging_get_helper:tests",
"image_utils:tests",
"numerics:tests",
"raw_formats:tests",
"stream_utils:tests",
"tokens:tests",
"virtual_camera:tests",
"vmo_pool_wrapper:tests",
]
}