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