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