blob: 48dbbe9dd9c4cc59015beaf359bb7044f8833b22 [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("tools") {
testonly = true
public_deps = [
"//garnet/packages/products:devtools",
"//garnet/packages/tools:all",
]
}
group("tests") {
testonly = true
public_deps = [
"//garnet/packages/tests:all",
"//peridot/packages/tests:all",
"//src:tests",
"//topaz/packages/tests:all",
]
}
group("buildbot") {
testonly = true
public_deps = [
"//bundles:tools",
"//garnet/packages:all",
"//peridot/packages:all",
]
}
group("kitchen_sink") {
testonly = true
public_deps = [
"//src/connectivity/telephony",
"//topaz/packages:kitchen_sink",
]
}