blob: 4b48e3812b60ec48927b746dd15b2958d5bfc177 [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("logs") {
testonly = true
deps = [
":tests",
"rust",
]
}
group("tests") {
testonly = true
data_deps = [ "rust:tests" ]
}