blob: b1d8b3d039e22e84abf629a8502f73262aea5c7b [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("lib") {
deps = [
"lowpan_driver_common",
"spinel_pack",
]
}
group("tests") {
testonly = true
public_deps = [
"lowpan_driver_common:tests",
"spinel_pack:tests",
]
}