blob: bf143f3ad5ec862fe00b1300d733e241231ab470 [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_address_space:tests" ]
}