blob: 997ac4e3c60803a7c5516293e4ff0b92f70cbffe [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("misc") {
deps = [
"goldfish",
"goldfish_address_space",
"goldfish_control",
]
}
group("tests") {
testonly = true
deps = [
"goldfish:tests",
"goldfish_address_space:tests",
]
}