blob: d42ed7e754375ea0b52a9226b2ba8b98646a2fac [file] [log] [blame]
# 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" ]
}