| # 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. | |
| # We have a separate package for each example to clarify their dependencies. | |
| group("examples") { | |
| testonly = true | |
| deps = [ | |
| "effects", | |
| "simple_adr", | |
| "simple_capture", | |
| "simple_sine", | |
| "sync_sine", | |
| "tones", | |
| ] | |
| } | |
| group("tests") { | |
| testonly = true | |
| deps = [ "effects:tests" ] | |
| } |