replaced gtest + mockme with CPPUtest + subhook

Part 1
This commit is contained in:
Attila Body 2021-02-25 00:20:15 +01:00
parent 95af4ce0d8
commit 8709bcb465
284 changed files with 87 additions and 113526 deletions

View file

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