| # Copyright 2023 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/python/python_library.gni") |
| |
| python_library("bluetooth_utils") { |
| library_name = "bluetooth_utils_lib" |
| testonly = true |
| source_root = "//src/tests/end_to_end/connectivity/bluetooth" |
| sources = [ |
| "__init__.py", |
| "bluetooth_utils.py", |
| ] |
| } |
| |
| group("e2e_tests_smoke") { |
| testonly = true |
| public_deps = [ "profiles:e2e_tests_smoke" ] |
| } |
| |
| group("e2e_tests_profile") { |
| testonly = true |
| public_deps = [ "profiles:e2e_tests_profile" ] |
| } |