From 5bd1c68deee94f7d6191ea14553c68559b2e9598 Mon Sep 17 00:00:00 2001 From: Mariusz Skamra Date: Thu, 7 Apr 2022 10:49:18 +0200 Subject: [PATCH] Bluetooth: tests: Add shell build tests for hearing access service Add entries for HAS builds to testcase list. Signed-off-by: Mariusz Skamra --- tests/bluetooth/shell/testcase.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/bluetooth/shell/testcase.yaml b/tests/bluetooth/shell/testcase.yaml index 33d0f1e8a17..ada406b0af2 100644 --- a/tests/bluetooth/shell/testcase.yaml +++ b/tests/bluetooth/shell/testcase.yaml @@ -201,3 +201,15 @@ tests: platform_allow: native_posix extra_configs: - CONFIG_BT_AUDIO_BROADCAST_SINK=n + bluetooth.audio_shell.no_has: + extra_args: CONF_FILE="audio.conf" + build_only: true + platform_allow: native_posix + extra_configs: + - CONFIG_BT_HAS=n + bluetooth.audio_shell.no_has_client: + extra_args: CONF_FILE="audio.conf" + build_only: true + platform_allow: native_posix + extra_configs: + - CONFIG_BT_HAS_CLIENT=n