blob: 409b01d5ac89618c18a95834b917a323fd150d5f [file] [log] [blame]
# Copyright 2022 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("all") {
testonly = true
deps = [ "rust:all" ]
}
group("tests") {
testonly = true
deps = [ "rust:tests" ]
}