blob: c4dbd8a123376c5e54330c05d454136ee95daf1d [file] [log] [blame]
# Copyright 2020 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 containing all example code
group("all") {
testonly = true
deps = [
"client",
"request_pipelining/client",
"request_pipelining/server",
"server",
]
}
# Group containing all tests for the example code
group("tests") {
testonly = true
deps = [ "fidl_packages" ]
}