blob: f03b50d29bba9cf364652b4bf935637110249996 [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-rs",
"guest_manager",
"guest_runner",
"host_vsock",
"linux_runner",
"vmm",
]
}
group("tests") {
testonly = true
deps = [
"guest-rs:tests",
"host_vsock:tests",
"linux_runner:tests",
"vmm:tests",
]
}