forked from mirrors/qmk_userspace
The makefile actually calls build_test
This commit is contained in:
parent
6d7cd639a5
commit
27a673f5cf
5 changed files with 42 additions and 18 deletions
|
@ -69,3 +69,10 @@ define GENERATE_MSG_MAKE_KB
|
|||
endif
|
||||
endef
|
||||
MSG_MAKE_KB = $(eval $(call GENERATE_MSG_MAKE_KB))$(MSG_MAKE_KB_ACTUAL)
|
||||
define GENERATE_MSG_MAKE_TEST
|
||||
MSG_MAKE_TEST_ACTUAL := Making test $(BOLD)$(TEST_NAME)$(NO_COLOR)
|
||||
ifneq ($$(MAKE_TARGET),)
|
||||
MSG_MAKE_TEST_ACTUAL += with target $(BOLD)$$(MAKE_TARGET)$(NO_COLOR)
|
||||
endif
|
||||
endef
|
||||
MSG_MAKE_TEST = $(eval $(call GENERATE_MSG_MAKE_TEST))$(MSG_MAKE_TEST_ACTUAL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue