blob: c31557338314c03136954889f8563eb1b1dc709c [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",
# "inspect_validator",
]
}
group("tests") {
testonly = true
deps = [
"archivist:archivist_tests",
# "inspect_validator:tests",
# "transit_bench",
]
}