blob: 9f621c7e331d249edf532b57dba481d8a4242dbe [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",
"request_pipelining/client",
"request_pipelining/server",
"server",
]
}
group("tests") {
testonly = true
deps = [ "fidl_packages" ]
}