|
|
@ -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
|
|
|
|