blob: 3e8b9b8e3b51739daacc73e41791737cb31bcc75 [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("all") {
testonly = true
deps = [
"client",
"client_sync",
"fidl_crates",
"request_pipelining/client",
"request_pipelining/server",
"server",
"services/client",
"services/server",
]
}