| # 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("diagnostics") { |
| testonly = true |
| deps = [ |
| ":tests", |
| "archivist", |
| "archivist:build-only", |
| "config", |
| "iquery", |
| "tools($host_toolchain)", |
| |
| # contains persistence, sampler, and detect |
| "launcher", |
| "log_listener", |
| "triage", |
| "validator", |
| "//examples/diagnostics", |
| "//src/lib/diagnostics", |
| ] |
| } |
| |
| group("tests") { |
| testonly = true |
| deps = [ |
| "archivist:build-only", |
| "archivist:tests", |
| "config:tests", |
| "detect:tests", |
| "iquery:tests", |
| "lib:tests", |
| "log_listener:tests", |
| "persistence:tests", |
| "sampler:tests", |
| "tests", |
| "tools:tests($host_toolchain)", |
| "triage:tests", |
| "validator:tests", |
| "//examples/diagnostics:hermetic_tests", |
| "//sdk/lib/diagnostics:tests", |
| "//sdk/lib/inspect:tests", |
| "//sdk/lib/syslog:tests", |
| "//src/developer/ffx/plugins/inspect:tests($host_toolchain)", |
| "//src/developer/ffx/plugins/log:tests($host_toolchain)", |
| "//src/developer/ffx/tools/triage:tests($host_toolchain)", |
| "//src/lib/diagnostics:tests", |
| ] |
| } |
| |
| group("benchmarks") { |
| testonly = true |
| deps = [ |
| "archivist:benchmarks", |
| "//src/lib/diagnostics:benchmarks", |
| ] |
| } |