blob: e71c974c3721bcf404f86064c4999593287bc478 [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("bundles") {
testonly = true
deps = [
":framework",
":tools",
]
}
group("tools") {
testonly = true
public_deps = [
"//peridot/packages/prod:sessionctl",
]
}
group("framework") {
testonly = true
public_deps = [
"//peridot/packages/prod:ledger",
"//peridot/packages/prod:maxwell",
"//peridot/packages/prod:modular",
"//peridot/packages/prod:module_resolver",
]
}