1
0
Fork 0

Add basic infrastrucure for building full tests

This commit is contained in:
Fred Sundvik 2017-06-16 20:21:28 +03:00
parent 621ae42a6c
commit 30f22d450d
7 changed files with 75 additions and 1 deletions

View file

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