blob: 6ad9f7e86b7bad4070128448add122d3c22b87c3 [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("bin") {
testonly = true
deps = [
"catapult_converter",
"chrealm",
"cpuperf",
"cpuperf_provider",
"cs",
# TODO(fxbug.dev/49942): temporarily disable while flake is investigated.
# "fidl_compatibility_test",
"glob",
"hwstress",
"insntrace",
"ktrace_provider",
"log_listener",
"network_settings_server",
"odu",
"perfcompare",
"run",
"run_test_component",
"runmany",
"sched",
"setui",
"setui_client",
"sshd-host",
"stash",
"stash_ctl",
"sysmem_connector",
"sysmgr",
"terminal",
"test_runner",
"thermd",
"time",
"timezone",
"trace",
"trace2json",
"trace_manager",
"trace_stress",
"traceutil",
"ui",
"uname",
"vsock_service",
"wayland",
]
}