blob: 24484a179e5875489b9abf352981307874d27675 [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:tests",
"audio_core:tests",
"drivers:tests",
"lib:tests",
"lib/audio_test_devmgr",
]
}