Skip to content

Commit

Permalink
Add back mtCOVERAGE_TEST_MARKER in stream_buffer unit test (FreeRTOS#…
Browse files Browse the repository at this point in the history
…1110)

* Add back mtCOVERAGE_TEST_MARKER in stream_buffer unit test
  • Loading branch information
chinglee-iot authored Nov 16, 2023
1 parent 24eed82 commit eccc254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FreeRTOS/Test/CMock/stream_buffer/api/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ void vConfigureTimerForRunTimeStats( void ); /* Prototype of function that in
} \
} while( 0 )

#define mtCOVERAGE_TEST_MARKER() __asm volatile ( "NOP" )

#define configINCLUDE_MESSAGE_BUFFER_AMP_DEMO 0
#if ( configINCLUDE_MESSAGE_BUFFER_AMP_DEMO == 1 )
extern void vGenerateCoreBInterrupt( void * xUpdatedMessageBuffer );
Expand Down
2 changes: 2 additions & 0 deletions FreeRTOS/Test/CMock/stream_buffer/callback/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ void vConfigureTimerForRunTimeStats( void ); /* Prototype of function that in
} \
} while( 0 )

#define mtCOVERAGE_TEST_MARKER() __asm volatile ( "NOP" )

extern void vDefaultSendCompletedStub( void * xStreamBuffer );
#define sbSEND_COMPLETED( pxStreamBuffer ) vDefaultSendCompletedStub( pxStreamBuffer )

Expand Down

0 comments on commit eccc254

Please sign in to comment.