blob: 26800dc6c0850faef70b1c403622dd8c933c32ae [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",
"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",
]
}