blob: 392a886525f5d359a767834bd6a3e1bf872e4d88 [file] [log] [blame]
# Copyright 2019 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("drivers") {
deps = [
"lowpan-spinel-driver",
"spinel_spi_driver",
]
}
group("tests") {
testonly = true
deps = [
"lowpan-dummy-driver",
"lowpan-dummy-driver:tests",
"lowpan-spinel-driver:tests",
"spinel_spi_driver:tests",
]
}