mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-20 23:27:39 +08:00
Re-enable list, message_buffer, and stream_buffers unit tests
This commit is contained in:

committed by
Paul Bartell

parent
fb0c517148
commit
2e084538a8
@ -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
|
||||
|
Reference in New Issue
Block a user