/Zephyr-latest/tests/bluetooth/host/crypto/ |
D | CMakeLists.txt | 2 # CMakeLists.txt file for creating of mocks library. 5 add_library(mocks STATIC target 6 mocks/kernel.c 7 mocks/hci_core.c 8 mocks/hci_core_expects.c 9 mocks/aes.c 10 mocks/aes_expects.c 11 mocks/prng.c 12 mocks/prng_expects.c 20 target_include_directories(mocks PUBLIC [all …]
|
/Zephyr-latest/tests/bluetooth/host/conn/mocks/ |
D | CMakeLists.txt | 2 # CMakeLists.txt file for creating of mocks library. 5 add_library(mocks STATIC target 20 target_include_directories(mocks PUBLIC 21 ${ZEPHYR_BASE}/tests/bluetooth/host/conn/mocks 26 target_link_libraries(mocks PRIVATE test_interface) 27 target_link_options(mocks PUBLIC 28 "SHELL:-T ${ZEPHYR_BASE}/tests/bluetooth/host/conn/mocks/mock-sections.ld" 31 target_compile_options(mocks
|
/Zephyr-latest/tests/bluetooth/host/cs/mocks/ |
D | CMakeLists.txt | 3 add_library(mocks STATIC target 9 target_include_directories(mocks PUBLIC 14 ${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks 17 target_link_libraries(mocks PRIVATE test_interface)
|
/Zephyr-latest/tests/bluetooth/host/id/mocks/ |
D | CMakeLists.txt | 2 # CMakeLists.txt file for creating of mocks library. 5 add_library(mocks STATIC target 32 target_include_directories(mocks PUBLIC 37 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks 40 target_link_libraries(mocks PRIVATE test_interface)
|
/Zephyr-latest/tests/bluetooth/host/conn/ |
D | CMakeLists.txt | 11 ${ZEPHYR_BASE}/tests/bluetooth/host/conn/mocks/zephyr/include 15 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/conn/mocks mocks) 17 target_link_libraries(testbinary PRIVATE mocks host_mocks) 19 target_include_directories(mocks PUBLIC
|
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | CMakeLists.txt | 2 # CMakeLists.txt file for creating of mocks library. 5 add_library(mocks STATIC target 21 target_include_directories(mocks PUBLIC 28 target_link_libraries(mocks PRIVATE test_interface)
|
/Zephyr-latest/tests/bluetooth/audio/mocks/ |
D | CMakeLists.txt | 8 # CMakeLists.txt file for creating of mocks library. 11 add_library(mocks STATIC target 25 target_include_directories(mocks PUBLIC 44 target_link_libraries(mocks PRIVATE test_interface host_mocks) 45 target_link_options(mocks PUBLIC 46 "SHELL:-T ${ZEPHYR_BASE}/tests/bluetooth/audio/mocks/mock-sections.ld")
|
/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_step_data_parse/ |
D | CMakeLists.txt | 10 ${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks 14 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks mocks) 16 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_parse_pct/ |
D | CMakeLists.txt | 10 ${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks 14 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks mocks) 16 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_set_valid_chmap_bits/ |
D | CMakeLists.txt | 11 ${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks 15 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/cs/mocks mocks) 17 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/audio/ccid/uut/ |
D | CMakeLists.txt | 13 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks) 15 target_link_libraries(uut PUBLIC test_interface mocks)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_get/ |
D | CMakeLists.txt | 15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks 19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks) 21 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_scan_random_addr_check/ |
D | CMakeLists.txt | 15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks 19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks) 22 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_store/ |
D | CMakeLists.txt | 10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks) 12 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_add_type/ |
D | CMakeLists.txt | 10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks) 12 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_addr/ |
D | CMakeLists.txt | 10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks) 12 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_irk/ |
D | CMakeLists.txt | 10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks) 12 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_type/ |
D | CMakeLists.txt | 10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks) 12 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find/ |
D | CMakeLists.txt | 10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks) 12 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_bond/ |
D | CMakeLists.txt | 10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks) 12 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/ |
D | CMakeLists.txt | 15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks 19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks) 21 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_read_public_addr/ |
D | CMakeLists.txt | 15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks 19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks) 21 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_private_addr/ |
D | CMakeLists.txt | 15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks 19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks) 21 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_random_addr/ |
D | CMakeLists.txt | 15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks 19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks) 21 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_create_conn_own_addr/ |
D | CMakeLists.txt | 15 ${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks 19 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/id/mocks mocks) 21 target_link_libraries(testbinary PRIVATE mocks host_mocks)
|