blob: 7c75a3fad8724197f088ef4e7a7d96c97cb86216 [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("tools") {
testonly = true
public_deps = [
"audio-capture-timestamp-validator",
"audio-driver-ctl",
"audio-effects-ctl",
"signal_generator",
"virtual_audio_util",
"vol",
"wav_recorder",
]
}
group("tests") {
testonly = true
deps = [ "audio-driver-ctl:tests" ]
}