blob: 83e6ae56537186df8aec6b1b783aa4d32535863d [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",
"ansi-junk",
"rust",
]
}
group("tests") {
testonly = true
deps = [
"ansi-junk:tests",
"rust:tests",
]
}