Home
last modified time | relevance | path

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

123

/Zephyr-latest/tests/bluetooth/audio/pacs/uut/
DCMakeLists.txt17 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
19 target_link_libraries(uut PUBLIC test_interface mocks)
/Zephyr-latest/tests/bluetooth/audio/ccp_call_control_server/uut/
DCMakeLists.txt18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
20 target_link_libraries(uut PUBLIC test_interface mocks)
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_addr/
DCMakeLists.txt9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks)
11 target_link_libraries(testbinary PRIVATE mocks host_mocks)
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/uut/
DCMakeLists.txt20 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
22 target_link_libraries(uut PUBLIC test_interface mocks)
/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/
DCMakeLists.txt24 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
26 target_link_libraries(uut PUBLIC test_interface mocks)
/Zephyr-latest/tests/bluetooth/audio/ascs/uut/
DCMakeLists.txt24 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
26 target_link_libraries(uut PUBLIC test_interface mocks)
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_be/
DCMakeLists.txt10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/crypto mocks)
16 target_link_libraries(testbinary PRIVATE mocks host_mocks)
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_le/
DCMakeLists.txt10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/crypto mocks)
16 target_link_libraries(testbinary PRIVATE mocks host_mocks)
/Zephyr-latest/tests/bluetooth/host/crypto/bt_rand/
DCMakeLists.txt10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/crypto mocks)
16 target_link_libraries(testbinary PRIVATE mocks host_mocks)
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/uut/
DCMakeLists.txt26 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)
28 target_link_libraries(uut PUBLIC test_interface mocks)
/Zephyr-latest/tests/lib/net_buf/buf_simple/
DCMakeLists.txt9 add_subdirectory(${ZEPHYR_BASE}/tests/net/mocks net_mocks)
/Zephyr-latest/tests/bluetooth/host/
DCMakeLists.txt2 # CMakeLists.txt file for creating of host mocks library.
/Zephyr-latest/tests/bluetooth/controller/uut/
DCMakeLists.txt44 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/controller/mock_ctrl mocks)
46 target_link_libraries(uut PUBLIC test_interface mocks)
/Zephyr-latest/doc/services/llext/
Dbuild.rst181 used in support of different use cases, such as when building mocks for unit
/Zephyr-latest/doc/develop/test/
Dztest.rst156 currently running). As an example, this could be to reset mocks, reset emulators, flush the UART,
567 Zephyr provides several FFF-based fake drivers which can be used as either stubs or mocks. Fake

123