blob: b25e6f2a4f50c4c38b6e4acaa34529e88111b0d0 [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" ]
}