blob: 733a795e46eb5ac464c525da01825910e92144c8 [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",
"persistence",
"request_pipelining/client",
"request_pipelining/server",
"server",
"services/client",
"services/server",
]
}