File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
test/unit-test/FreeRTOS_IP_Utils_DiffConfig Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 5050#include "mock_FreeRTOS_IP_Timers.h"
5151#include "mock_FreeRTOS_ARP.h"
5252#include "mock_FreeRTOS_DHCP.h"
53+ #include "mock_FreeRTOS_Sockets.h"
5354#include "mock_FreeRTOS_Routing.h"
5455#include "mock_NetworkBufferManagement.h"
5556#include "mock_FreeRTOS_IPv4_Utils.h"
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ list(APPEND mock_list
2020 "${CMAKE_BINARY_DIR} /Annexed_TCP/FreeRTOS_IPv4_Utils.h"
2121 "${CMAKE_BINARY_DIR} /Annexed_TCP/FreeRTOS_ARP.h"
2222 "${CMAKE_BINARY_DIR} /Annexed_TCP/FreeRTOS_DHCP.h"
23+ "${CMAKE_BINARY_DIR} /Annexed_TCP/FreeRTOS_Sockets.h"
2324 "${CMAKE_BINARY_DIR} /Annexed_TCP/FreeRTOS_Routing.h"
2425 "${CMAKE_BINARY_DIR} /Annexed_TCP/NetworkBufferManagement.h"
2526 "${CMAKE_BINARY_DIR} /Annexed_TCP/NetworkInterface.h"
You can’t perform that action at this time.
0 commit comments