Skip to content

Commit

Permalink
In unit-test, define ipconfigIS_ENABLED to nothing to pass compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ActoryOu committed Oct 17, 2024
1 parent 698f2c3 commit 3fee861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ foreach( file ${TCP_INCLUDES} )
-UFreeRTOS_htonl
-D__COVERITY__
-DTEST
-DipconfigIS_ENABLED
-DipconfigUSE_IPv6
-DipconfigUSE_RA
-I ${MODULE_ROOT_DIR}/tools/CMock/vendor/unity/src
Expand All @@ -165,6 +166,7 @@ foreach( file ${TCP_INCLUDES} )
-UFreeRTOS_htonl
-D__COVERITY__
-DTEST
-DipconfigIS_ENABLED
-I ${MODULE_ROOT_DIR}/tools/CMock/vendor/unity/src
-I ${MODULE_ROOT_DIR}/test/FreeRTOS-Kernel/include
-I ${UNIT_TEST_DIR}/ConfigFiles
Expand Down

0 comments on commit 3fee861

Please sign in to comment.