blob: 91d685439c82bcd3dcd11b9597352f8e2a605120 [file] [log] [blame]
# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
add_library(testlib)
target_link_libraries(testlib PUBLIC
kernel
subsys__bluetooth__host
zephyr_interface
)
target_include_directories(testlib PUBLIC
include
)
target_sources(testlib PRIVATE
src/adv.c
src/att_read.c
src/att_write.c
src/conn_ref.c
src/conn_wait.c
src/connect.c
src/scan.c
src/security.c
)