Skip to content

Commit 6f180e4

Browse files
Andries Kruithofkartben
authored andcommitted
Bluetooth: Audio: set correct project name in CMakeList.txt
Some of the unittests had an incorrect project name in the CMakeList.txt file This is corrected here Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
1 parent 9cebb3f commit 6f180e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/bluetooth/audio/bap_broadcast_source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.20.0)
44

55
find_package(Zephyr COMPONENTS unittest HINTS $ENV{ZEPHYR_BASE})
66

7-
project(bluetooth_ascs)
7+
project(bluetooth_bap_broadcast_source)
88

99
add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/bap_broadcast_source/uut uut)
1010

tests/bluetooth/audio/cap_commander/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.20.0)
44

55
find_package(Zephyr COMPONENTS unittest HINTS $ENV{ZEPHYR_BASE})
66

7-
project(bluetooth_ascs)
7+
project(bluetooth_cap_commander)
88

99
add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/cap_commander/uut uut)
1010

tests/bluetooth/audio/cap_initiator/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.20.0)
44

55
find_package(Zephyr COMPONENTS unittest HINTS $ENV{ZEPHYR_BASE})
66

7-
project(bluetooth_ascs)
7+
project(bluetooth_cap_initiator)
88

99
add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/cap_initiator/uut uut)
1010

0 commit comments

Comments
 (0)