blob: 262e8ef72d888c0ac76142517315d97dbf1375a4 [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") {
deps = [
"archivist",
"examples",
]
}
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",
# "transit_bench",
]
}