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

@ -1,7 +1,7 @@
SELF_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
REL_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))
ifeq ($(MKDBG), 1)
$(info >>> $(REL_DIR)/component.mk)
$(info >>> $(REL_DIR)/test.mk)
endif
$(eval C_SOURCES += $(wildcard $(REL_DIR)/src/*.c))