blob: b967d1fbe387c447c46dafcc9b8f56c49356f486 [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",
"unittests",
]
}
group("tests") {
testonly = true
deps = [
"client",
"unittests",
]
}
group("examples") {
testonly = true
deps = [ ":all" ]
}