blob: 390f1f446115b001b2ed0c0a8e38d6428e10b9a7 [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",
]
}
group("tests") {
testonly = true
deps = [
"archivist:tests",
"inspect_validator:tests",
"inspect_validator/lib/rust:tests",
"iquery_rs:tests",
"lib:tests",
# "transit_bench",
]
}