diff options
Diffstat (limited to 'message.mk')
-rw-r--r-- | message.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/message.mk b/message.mk index 96814986b..fa051fd71 100644 --- a/message.mk +++ b/message.mk | |||
@@ -76,3 +76,4 @@ define GENERATE_MSG_MAKE_TEST | |||
76 | endif | 76 | endif |
77 | endef | 77 | endef |
78 | MSG_MAKE_TEST = $(eval $(call GENERATE_MSG_MAKE_TEST))$(MSG_MAKE_TEST_ACTUAL) | 78 | MSG_MAKE_TEST = $(eval $(call GENERATE_MSG_MAKE_TEST))$(MSG_MAKE_TEST_ACTUAL) |
79 | MSG_TEST = Testing $(BOLD)$(TEST_NAME)$(NO_COLOR) | ||