Skip to content

Commit

Permalink
Apply the unit test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 31, 2023
1 parent 67d2ddd commit 157cb43
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_ARP/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
)

#list the definitions of your mocks to control what to be included
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_BitConfig/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_DHCPv6/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_ICMP/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_ICMP_wo_assert/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IP/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ list(APPEND mock_include_list
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
)

set(mock_define_list "")
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IP_DiffConfig/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IP_DiffConfig1/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ list(APPEND mock_include_list
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
)

set(mock_define_list "")
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IP_DiffConfig2/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IP_DiffConfig3/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IP_Timers/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IP_Utils/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ list(APPEND mock_include_list
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
)

set(mock_define_list "")
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IP_Utils_DiffConfig/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
)

set(mock_define_list "")
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IPv4/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ list(APPEND mock_include_list
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
)

set(mock_define_list "")
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IPv4_DiffConfig/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ list(APPEND mock_include_list
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
)

set(mock_define_list "")
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IPv4_DiffConfig1/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IPv4_Utils/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IPv6/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_IPv6_Utils/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_ND/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_RA/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_Routing/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ list(APPEND mock_include_list
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
)

set(mock_define_list "")
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_Routing_ConfigV4Only/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_Sockets/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_Sockets_DiffConfig/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
)

set(mock_define_list "")
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_Sockets_DiffConfig1/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
)

set(mock_define_list "")
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_Sockets_IPv6/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_Stream_Buffer/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_TCP_IP/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_TCP_IP_DiffConfig/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_TCP_Reception/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_TCP_State_Handling/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_TCP_Transmission/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ list(APPEND mock_include_list
.
${MODULE_ROOT_DIR}/source/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_TCP_Transmission_IPv6/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_TCP_Utils/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_TCP_Utils_IPv6/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_UDP_IP/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/${project_name}
)

Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_UDP_IPv4/ut.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ list(APPEND mock_include_list
.
${TCP_INCLUDE_DIRS}
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
${MODULE_ROOT_DIR}/test/unit-test/ConfigFiles
${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix
)

set(mock_define_list "")
Expand Down
Loading

0 comments on commit 157cb43

Please sign in to comment.