blob: 09768d5c19ac4ea7c84b374ea0382f36fd42e0f9 [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",
"lib:tests",
# "transit_bench",
]
}