blob: 4c21f019c51ff9b406eec17ef15c1637bd5b7199 [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("drivers") {
testonly = true
deps = [ "virtual_audio" ]
}
group("tests") {
testonly = true
deps = [
"aml-g12-pdm:tests",
"aml-g12-tdm:tests",
"as370-pdm-input:tests",
"as370-tdm-output:tests",
"codecs:tests",
"dai-test:tests",
"intel-hda:tests",
"mt8167-tdm-input:tests",
"mt8167-tdm-output:tests",
"test",
"usb-audio:tests",
]
}