blob: ad7f2f2124f0e286c77e7fe44e279dcfb5cbdc4a [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("testing") {
deps = [ "//src/lib/diagnostics/testing/rust" ]
}
group("tests") {
testonly = true
deps = [ "//src/lib/diagnostics/testing/rust:tests" ]
}