blob: def1f5bf2e53a7d0e70559fc7b56e23735671ebc [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 = [
"clock",
"logging",
"test",
"wav_writer",
]
}
group("tests") {
testonly = true
deps = [
"clock:tests",
"effects_loader:tests",
"wav_writer:tests",
]
}