blob: 84cfcf0ae6cc9e25dccb8684e0190165e0f1b5bb [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",
"multiple_clients/client",
"multiple_clients/server",
"request_pipelining/client",
"request_pipelining/server",
"server",
"services/client",
"services/server",
]
}
group("tests") {
testonly = true
deps = [
"fostr",
"testing",
"unittests",
]
}