| # 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", | |
| "openthread_fuchsia", | |
| "openthread_rust", | |
| "openthread_sys", | |
| "spinel_pack", | |
| ] | |
| } | |
| group("tests") { | |
| testonly = true | |
| deps = [ | |
| "lowpan_driver_common:tests", | |
| "openthread_fuchsia:tests", | |
| "openthread_rust:tests", | |
| "spinel_pack:tests", | |
| ] | |
| } |