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