blob: 4550cd9e787b96c0736d389ea0fdbb596d60a559 [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("all") {
testonly = true
public_deps = [
"//topaz/packages/benchmarks:all",
"//topaz/packages/examples:all",
"//topaz/packages/prod:all",
"//topaz/packages/tests:all",
"//topaz/packages/tools:all",
]
}
group("buildbot") {
testonly = true
public_deps = [
"//peridot/packages:peridot",
"//topaz/packages:all",
]
}
group("kitchen_sink") {
testonly = true
public_deps = [
"//peridot/packages:kitchen_sink",
"//topaz/packages:all",
]
}
group("topaz") {
testonly = true
public_deps = [
"//peridot/packages:peridot",
"//topaz/packages/prod:all",
]
}
group("default") {
testonly = true
public_deps = [
"//peridot/packages:peridot",
"//topaz/packages:all",
]
}