blob: 77201393b93101dd4e2c70c5e45e18232435fd9f [file] [log] [blame]
# Copyright 2018 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.
import("//build/package.gni")
executable("bt-host-unittests") {
testonly = true
deps = [
"//garnet/drivers/bluetooth/lib:tests",
"//garnet/public/lib/fxl/test:gtest_main",
"//third_party/googletest:gtest",
]
}
package("bluetooth_tests") {
testonly = true
deprecated_system_image = true
package_name = "bluetooth_tests"
deps = [
":bt-host-unittests",
"//garnet/bin/bluetooth/tests/integration",
]
tests = [
{
name = "bt-host-unittests"
},
{
name = "rust_crates/bt_lifecycle_integration_test"
},
]
}