blob: cdf9dcb8bd7f3796d125a63476cfa77ae3bae11f [file] [log] [blame]
# Copyright 2020 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("tests") {
testonly = true
deps = [
"fake-drivers",
"fake-drivers/fake-ot-radio:tests",
]
}
group("all-tests") {
testonly = true
deps = [
":tests",
"fake-drivers",
]
}