blob: 5a45233a29d67fd274220494b15c164a16b17bb9 [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("core") {
testonly = true
deps = [
"bt-gap",
"bt-gap:tests",
"bt-host",
"bt-init",
]
}
group("tests") {
testonly = true
deps = [ "bt-host:bt-host-tests" ]
}