blob: ffb1bf13f1d5b9ad12a11117f7e06efa0f14255b [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",
"//src/developer/debug/zxdb:zxdb_host",
"//src/developer/feedback/bugreport",
"//src/developer/feedback/bugreport:host_tool",
"//src/developer/kcounter_inspect",
"//tools/fidlcat:fidlcat_host",
"//tools/kazoo:kazoo_host",
]
}
group("tests") {
testonly = true
public_deps = [
"//examples:tests",
"//garnet/packages/tests:all",
"//peridot/packages/tests:all",
"//src:tests",
"//tools:tests",
"//topaz/packages/tests:all",
]
}
group("kitchen_sink") {
testonly = true
public_deps = [
"//bundles:tests",
"//src/connectivity/telephony",
"//topaz/packages:kitchen_sink",
]
}