blob: 53fb35ead676bd3493530536904fd21744d856dc [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
data_deps = [
"audio_core:tests",
]
}