blob: e16d44dcf46b2461bcfdc6b6e982ae2fb4b835ec [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-ot-driver",
"lowpan-spinel-driver",
]
}
group("tests") {
testonly = true
deps = [
"lowpan-dummy-driver",
"lowpan-dummy-driver:tests",
"lowpan-ot-driver:tests",
"lowpan-spinel-driver:tests",
]
}