blob: 09f55b7858da3fb627a9157099ebd58cfd9046ea [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("audio") {
testonly = true
deps = [
":tests",
"audio",
"audio_core",
"drivers",
"lib",
"tools",
"vim2_media_config",
"virtual_audio_service",
]
}
group("tests") {
testonly = true
deps = [
"audio_core:tests",
"//sdk/lib/media/audio_dfx/cpp:audio_dfx_tests",
]
}