blob: c419a460f8d8fe0eed4429f9824b261babae9d69 [file] [log] [blame]
# Copyright 2019 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("developer") {
testonly = true
deps = [
":tests",
"build_info:build-info-service",
"debug",
"ffx",
"forensics",
"fuchsia-criterion",
"remote-control",
]
}
group("tests") {
testonly = true
deps = [
"build_info:tests",
"debug:tests",
"ffx:tests",
"forensics:tests",
"fuchsia-criterion:tests",
"memory:tests",
"remote-control:tests",
"shell:tests",
"ssh-key-manager:tests",
"sshd-host:tests",
]
}