blob: 4c58831ba45bd6e0fb7ba3a58ee283be1f179454 [file] [log] [blame]
# Copyright 2021 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("testing") {
testonly = true
deps = [
"bt-test-harness",
"mock-a2dp-controller",
"mock-piconet-server",
"test-battery-manager",
"test-call-manager",
"test-harness",
"test-rfcomm-client",
]
}
group("tests") {
testonly = true
deps = [
"hci-emulator-client:tests",
"mock-piconet-server:tests",
"test-call-manager:tests",
"test-harness-tests:test-harness-crate-tests",
"test-rfcomm-client:tests",
]
}