blob: 581620d70e8d29ee3603deeb22eba84d2e3a0346 [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",
]
}
group("hw_dependent_tests") {
testonly = true
deps = [
"test",
"//src/media/codec/bundles:services",
]
}