blob: c0c22f46963c97228a01c547b46c849e3bb003c4 [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 = [
":hermetic_tests",
"rust",
]
}
group("hermetic_tests") {
testonly = true
deps = [ "rust:hermetic_tests" ]
}