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