blob: ec01af8ec95f9a8aa2dfa543ff24ef7c7ea8ebe4 [file] [log] [blame]
# Copyright 2019 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("lowpan") {
testonly = true
deps = [
"drivers",
"service",
"tools",
]
}
group("tests") {
testonly = true
public_deps = [
"drivers:tests",
"service:tests",
"tests",
"tools:tests",
]
}