blob: d7d496007b175f4c60bbfaff515c17076085a627 [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
deps = [
"lowpan_driver_common:tests",
"spinel_pack:tests",
]
}