Add basic infrastrucure for building full tests
This commit is contained in:
parent
621ae42a6c
commit
30f22d450d
7 changed files with 75 additions and 1 deletions
|
@ -43,6 +43,9 @@ VPATH += $(COMMON_VPATH)
|
|||
|
||||
include $(TMK_PATH)/common.mk
|
||||
include $(QUANTUM_PATH)/serial_link/tests/rules.mk
|
||||
ifneq ($(filter $(FULL_TESTS),$(TEST)),)
|
||||
include build_full_test.mk
|
||||
endif
|
||||
|
||||
$(TEST_OBJ)/$(TEST)_SRC := $($(TEST)_SRC)
|
||||
$(TEST_OBJ)/$(TEST)_INC := $($(TEST)_INC) $(VPATH) $(GTEST_INC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue