blob: eaa383748b29c009a930536c37ec7def8831fb1c [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("guest") {
testonly = true
deps = [
"cli",
"integration",
"manager",
"pkg",
"runner",
"third_party",
"vmm",
]
}