blob: 140dd1fca77a7aedc2b8f0c2910cb6ddf12a3939 [file] [log] [blame]
# Copyright 2020 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") {
testonly = true
deps = [
":tests",
"rust",
]
}
group("tests") {
testonly = true
data_deps = [ "rust:tests" ]
}