| # Copyright 2021 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. | |
| # Ensure FIDL snippets used in documentation builds | |
| group("all") { | |
| testonly = true | |
| deps = [ | |
| "client", | |
| "client_sync", | |
| "unittests", | |
| ] | |
| } | |
| group("tests") { | |
| testonly = true | |
| deps = [ | |
| "client", | |
| "client_sync", | |
| "unittests", | |
| ] | |
| } | |
| group("examples") { | |
| testonly = true | |
| deps = [ ":all" ] | |
| } |