blob: 9b0350e0176ca3a372c16d51954c4a214f961c02 [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("diagnostics") {
testonly = true
deps = [
":tests",
"archivist",
"config",
"examples",
"wasm",
]
}
group("tests") {
testonly = true
deps = [
"archivist:tests",
"examples:tests",
"inspect_validator:tests",
"inspect_validator/lib/cpp:tests",
"inspect_validator/lib/rust:tests",
"iquery:tests",
"lib:tests",
"streams:tests",
"tool:host_tests",
"triage:tests",
"wasm:tests",
# "transit_bench",
]
}