diff options
| author | Fred Sundvik <fsundvik@gmail.com> | 2016-08-21 17:14:38 +0300 |
|---|---|---|
| committer | Fred Sundvik <fsundvik@gmail.com> | 2016-08-27 21:57:49 +0300 |
| commit | 27a673f5cf75747fe73641059aae60e9b53a1c78 (patch) | |
| tree | faf15b5c6055568689534478f5306cd4fe4be459 /message.mk | |
| parent | 6d7cd639a5e4503f00162c7cfa4bc7302b82c71c (diff) | |
| download | qmk_firmware-27a673f5cf75747fe73641059aae60e9b53a1c78.tar.gz qmk_firmware-27a673f5cf75747fe73641059aae60e9b53a1c78.zip | |
The makefile actually calls build_test
Diffstat (limited to 'message.mk')
| -rw-r--r-- | message.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/message.mk b/message.mk index fb1a7a1f9..96814986b 100644 --- a/message.mk +++ b/message.mk | |||
| @@ -69,3 +69,10 @@ define GENERATE_MSG_MAKE_KB | |||
| 69 | endif | 69 | endif |
| 70 | endef | 70 | endef |
| 71 | MSG_MAKE_KB = $(eval $(call GENERATE_MSG_MAKE_KB))$(MSG_MAKE_KB_ACTUAL) | 71 | MSG_MAKE_KB = $(eval $(call GENERATE_MSG_MAKE_KB))$(MSG_MAKE_KB_ACTUAL) |
| 72 | define GENERATE_MSG_MAKE_TEST | ||
| 73 | MSG_MAKE_TEST_ACTUAL := Making test $(BOLD)$(TEST_NAME)$(NO_COLOR) | ||
| 74 | ifneq ($$(MAKE_TARGET),) | ||
| 75 | MSG_MAKE_TEST_ACTUAL += with target $(BOLD)$$(MAKE_TARGET)$(NO_COLOR) | ||
| 76 | endif | ||
| 77 | endef | ||
| 78 | MSG_MAKE_TEST = $(eval $(call GENERATE_MSG_MAKE_TEST))$(MSG_MAKE_TEST_ACTUAL) | ||
