blob: 8f1aed6e8b1be97608d5db4de1d5a28da60715cf [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:tests",
]
}
group("kitchen_sink") {
testonly = true
public_deps = [
"//bundles:tests",
"//peridot/packages:kitchen_sink",
"//src",
"//topaz",
]
}