Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions tests/bluetooth/audio/ccid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@

cmake_minimum_required(VERSION 3.20.0)

find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(bluetooth_ccid)
find_package(Zephyr COMPONENTS unittest HINTS $ENV{ZEPHYR_BASE})

add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/ccid/uut uut)

target_link_libraries(testbinary PRIVATE uut)

target_include_directories(testbinary PRIVATE include)

target_sources(testbinary
PRIVATE
src/main.c
target_sources(app PRIVATE
# Test source files
src/main.c
)
1 change: 1 addition & 0 deletions tests/bluetooth/audio/ccid/prj.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CONFIG_ZTEST=y

CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_GATT_DYNAMIC_DB=y
CONFIG_BT_AUDIO=y

Expand Down
5 changes: 4 additions & 1 deletion tests/bluetooth/audio/ccid/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ common:
- bluetooth_audio
tests:
bluetooth.audio.ccid.test:
type: unit
platform_allow:
- native_sim
integration_platforms:
- native_sim
17 changes: 0 additions & 17 deletions tests/bluetooth/audio/ccid/uut/CMakeLists.txt

This file was deleted.