blob: 4207181b1ff1e5038c4539fc02b1e50c86aa24c1 [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 = [
"ddk:tests",
"encoding:tests",
"sink:tests",
]
}