blob: 7991f092d86bb7afb2848b23ae95987e5e6dbc4e [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("stream_processors") {
testonly = true
deps = [
":tests",
"//src/media/stream_processors/fuchsia-stream-processors",
]
}
group("tests") {
testonly = true
deps = [
"//src/media/stream_processors/fuchsia-stream-processors:fuchsia-stream-processors-tests",
"//src/media/stream_processors/test",
]
}