Home
last modified time | relevance | path

Searched refs:mocks (Results 1 – 25 of 65) sorted by relevance

123

/Zephyr-latest/tests/bluetooth/host/crypto/
DCMakeLists.txt2 # 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/
DCMakeLists.txt2 # 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/
DCMakeLists.txt3 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/
DCMakeLists.txt2 # 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/
DCMakeLists.txt11 ${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/
DCMakeLists.txt2 # 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/
DCMakeLists.txt8 # 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/
DCMakeLists.txt10 ${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/
DCMakeLists.txt10 ${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/
DCMakeLists.txt11 ${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/
DCMakeLists.txt13 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/
DCMakeLists.txt15 ${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/
DCMakeLists.txt15 ${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/
DCMakeLists.txt10 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/
DCMakeLists.txt10 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/
DCMakeLists.txt10 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/
DCMakeLists.txt10 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/
DCMakeLists.txt10 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/
DCMakeLists.txt10 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/
DCMakeLists.txt10 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/
DCMakeLists.txt15 ${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/
DCMakeLists.txt15 ${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/
DCMakeLists.txt15 ${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/
DCMakeLists.txt15 ${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/
DCMakeLists.txt15 ${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)

123