mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Add coverage test markers.
This commit is contained in:
parent
64ad1c00b5
commit
c861e3883d
7 changed files with 726 additions and 39 deletions
|
@ -689,8 +689,8 @@ typedef portTickType xEventBitsType;
|
|||
#define configUSE_TRACE_FACILITY 0
|
||||
#endif
|
||||
|
||||
#ifndef configBRANCH_TEST_INSTRUCTION
|
||||
#define configBRANCH_TEST_INSTRUCTION()
|
||||
#ifndef mtCOVERAGE_TEST_MARKER
|
||||
#define mtCOVERAGE_TEST_MARKER()
|
||||
#endif
|
||||
|
||||
/* For backward compatability. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue