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>
This commit is contained in:
Andries Kruithof 2024-12-06 12:24:45 +01:00 committed by Benjamin Cabé
parent 9cebb3ff63
commit 6f180e49f9
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr COMPONENTS unittest HINTS $ENV{ZEPHYR_BASE})
project(bluetooth_ascs)
project(bluetooth_bap_broadcast_source)
add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/bap_broadcast_source/uut uut)

View file

@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr COMPONENTS unittest HINTS $ENV{ZEPHYR_BASE})
project(bluetooth_ascs)
project(bluetooth_cap_commander)
add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/cap_commander/uut uut)

View file

@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr COMPONENTS unittest HINTS $ENV{ZEPHYR_BASE})
project(bluetooth_ascs)
project(bluetooth_cap_initiator)
add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/cap_initiator/uut uut)