blob: eabf0eead54e6638e4500d63a0076140fa46a9c2 [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" ]
}
group("tests") {
testonly = true
deps = [
"encoding:tests",
"sink:tests",
]
}