blob: bdf118e5ca799f5e295a3f0775231d27bee4f0f6 [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:converter_bin",
"cpuperf",
"cpuperf_provider",
# TODO(fxbug.dev/49942): temporarily disable while flake is investigated.
# "fidl_compatibility_test",
"glob",
"hwstress",
"insntrace",
"ktrace_provider",
"log_listener",
"network_settings_server",
"run_test_component",
"sched",
"setui",
"setui_client",
"sshd-host",
"sysmgr",
"time",
"timezone",
"trace",
"trace2json",
"trace_manager",
"trace_stress",
"traceutil",
"ui",
"vsock_service",
]
}