# 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/cpp:tests", | |
"inspect_validator/lib/rust:tests", | |
"iquery:tests", | |
"lib:tests", | |
"streams:tests", | |
# "transit_bench", | |
] | |
} |