Searched refs:mocks (Results 51 – 65 of 65) sorted by relevance
123
17 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)19 target_link_libraries(uut PUBLIC test_interface mocks)
18 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)20 target_link_libraries(uut PUBLIC test_interface mocks)
9 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/keys/mocks mocks)11 target_link_libraries(testbinary PRIVATE mocks host_mocks)
20 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)22 target_link_libraries(uut PUBLIC test_interface mocks)
24 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)26 target_link_libraries(uut PUBLIC test_interface mocks)
10 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/host/crypto mocks)16 target_link_libraries(testbinary PRIVATE mocks host_mocks)
26 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/audio/mocks mocks)28 target_link_libraries(uut PUBLIC test_interface mocks)
9 add_subdirectory(${ZEPHYR_BASE}/tests/net/mocks net_mocks)
2 # CMakeLists.txt file for creating of host mocks library.
44 add_subdirectory(${ZEPHYR_BASE}/tests/bluetooth/controller/mock_ctrl mocks)46 target_link_libraries(uut PUBLIC test_interface mocks)
181 used in support of different use cases, such as when building mocks for unit
156 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