mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 08:47:45 -04:00
Re-enable list, message_buffer, and stream_buffers unit tests
This commit is contained in:
parent
fb0c517148
commit
2e084538a8
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@ export CC ?= /usr/local/bin/gcc
|
|||
export LD ?= /usr/local/bin/ld
|
||||
|
||||
# Add units here when adding a new unit test directory with the same name
|
||||
#UNITS += list
|
||||
UNITS += list
|
||||
#UNITS += queue
|
||||
#UNITS += timers
|
||||
#UNITS += stream_buffer
|
||||
#UNITS += message_buffer
|
||||
UNITS += stream_buffer
|
||||
UNITS += message_buffer
|
||||
UNITS += event_groups
|
||||
|
||||
COVINFO := $(BUILD_DIR)/cmock_test.info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue