Skip to content

Commit 0b3c67c

Browse files
jori-nordicnashif
authored andcommitted
Bluetooth: audio: Make unit tests compile
The tests manually include sources that are normally conditionally included (ie based on kconfig values) in the stack. The tests should be fixed by the original authors. For now, force-on the hidden kconfig that enables the log options. Signed-off-by: Jonathan Rico <[email protected]>
1 parent 4bdca17 commit 0b3c67c

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Temporary override
2+
#
3+
# Copyright (c) 2024 Nordic Semiconductor ASA
4+
5+
# SPDX-License-Identifier: Apache-2.0
6+
#
7+
8+
config BT_BAP_BASE
9+
# Override until someone fixes the UT build system
10+
bool
11+
default y
12+
13+
# Include Zephyr's Kconfig.
14+
source "Kconfig.zephyr"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Temporary override
2+
#
3+
# Copyright (c) 2024 Nordic Semiconductor ASA
4+
5+
# SPDX-License-Identifier: Apache-2.0
6+
#
7+
8+
config BT_BAP_STREAM
9+
# Override until someone fixes the UT build system
10+
bool
11+
default y
12+
13+
# Include Zephyr's Kconfig.
14+
source "Kconfig.zephyr"

0 commit comments

Comments
 (0)