replaced gtest + mockme with CPPUtest + subhook
Part 1
This commit is contained in:
parent
95af4ce0d8
commit
8709bcb465
284 changed files with 87 additions and 113526 deletions
5
tests.mk
5
tests.mk
|
@ -28,7 +28,7 @@ CXXSTD = -std=c++0x
|
|||
BUILD_DIR = build_tests
|
||||
COMPONENTS = components
|
||||
PLATFORMS = platforms
|
||||
PLATFORM = test
|
||||
PLATFORM = platform-test-f4-ll
|
||||
CONFIG_OVERRIDES = config-overrides
|
||||
|
||||
######################################
|
||||
|
@ -114,8 +114,7 @@ all: $(BUILD_DIR)/$(TARGET)
|
|||
# components
|
||||
#######################################
|
||||
include $(sort $(wildcard $(COMPONENTS)/*/test.mk))
|
||||
include $(sort $(wildcard $(PLATFORMS)/$(PLATFORM)/component.mk))
|
||||
|
||||
include $(PLATFORMS)/$(PLATFORM)/component.mk
|
||||
|
||||
ifeq ($(DEBUG), 1)
|
||||
CFLAGS += -g3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue