blob: c71ecb720948f5b9b86a76a4dec5d7efa1478044 [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("bin") {
# Remove this once linux_runner no longer sets "linux_runner_extras_tests" to
# "true" by default.
testonly = true
deps = [
"guest",
"guest_manager:packages",
"host_vsock",
"linux_runner",
"vmm",
"vsh",
]
}
group("tests") {
testonly = true
deps = [
"guest:tests",
"guest_manager:tests",
"host_vsock:tests",
"linux_runner:tests",
"vmm:tests",
]
}