mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 12:45:22 -05:00
Adding unit tests for stream buffer and message buffer (#528)
* Initial commit * Add more stream buffer tests * Adding message buffer tests * Adding tests to cover config assert branches Co-authored-by: alfred gedeon <28123637+alfred2g@users.noreply.github.com>
This commit is contained in:
parent
7020db5403
commit
e39c34ba7e
8 changed files with 2355 additions and 1 deletions
|
|
@ -10,6 +10,8 @@ export LD ?= /usr/local/bin/ld
|
|||
UNITS += list
|
||||
#UNITS += queue
|
||||
#UNITS += timers
|
||||
UNITS += stream_buffer
|
||||
UNITS += message_buffer
|
||||
|
||||
COVINFO := $(BUILD_DIR)/cmock_test.info
|
||||
LCOV_LIST := $(foreach unit,$(UNITS),$(GENERATED_DIR)/$(unit).info )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue