mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-21 07:41:15 +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
|
export LD ?= /usr/local/bin/ld
|
||||||
|
|
||||||
# Add units here when adding a new unit test directory with the same name
|
# Add units here when adding a new unit test directory with the same name
|
||||||
#UNITS += list
|
UNITS += list
|
||||||
#UNITS += queue
|
#UNITS += queue
|
||||||
#UNITS += timers
|
#UNITS += timers
|
||||||
#UNITS += stream_buffer
|
UNITS += stream_buffer
|
||||||
#UNITS += message_buffer
|
UNITS += message_buffer
|
||||||
UNITS += event_groups
|
UNITS += event_groups
|
||||||
|
|
||||||
COVINFO := $(BUILD_DIR)/cmock_test.info
|
COVINFO := $(BUILD_DIR)/cmock_test.info
|
||||||
|
Reference in New Issue
Block a user