blob: 1ffaf7afb868758515ad92e7bebe4073ca95bc6c [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("openthread") {
testonly = true
deps = [
"drivers",
"ot-stack",
]
}
group("tests") {
testonly = true
deps = [ "tests" ]
}