blob: fff435a92b5ac8334fd178b70985007cb45b6f8c [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("lib") {
testonly = true
deps = [
"analysis",
"clock",
"format",
"format2",
"processing",
"rust",
"simple-codec",
"test",
"timeline",
"wav",
]
}
group("tests") {
testonly = true
deps = [
"analysis:tests",
"clock:tests",
"effects_loader:tests",
"format:tests",
"format2:tests",
"processing:tests",
"rust:tests",
"simple-audio-stream:tests",
"simple-codec:tests",
"timeline:tests",
"wav:tests",
]
}