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