Skip to content

Commit 3fee861

Browse files
committed
In unit-test, define ipconfigIS_ENABLED to nothing to pass compilation.
1 parent 698f2c3 commit 3fee861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/unit-test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ foreach( file ${TCP_INCLUDES} )
146146
-UFreeRTOS_htonl
147147
-D__COVERITY__
148148
-DTEST
149+
-DipconfigIS_ENABLED
149150
-DipconfigUSE_IPv6
150151
-DipconfigUSE_RA
151152
-I ${MODULE_ROOT_DIR}/tools/CMock/vendor/unity/src
@@ -165,6 +166,7 @@ foreach( file ${TCP_INCLUDES} )
165166
-UFreeRTOS_htonl
166167
-D__COVERITY__
167168
-DTEST
169+
-DipconfigIS_ENABLED
168170
-I ${MODULE_ROOT_DIR}/tools/CMock/vendor/unity/src
169171
-I ${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
170172
-I ${UNIT_TEST_DIR}/ConfigFiles

0 commit comments

Comments
 (0)