From b9601c3ad6485b93d4763505ef660f8a4232c23b Mon Sep 17 00:00:00 2001 From: Oleg Semyonov Date: Sun, 12 May 2013 15:13:39 +0300 Subject: [PATCH] Add fake board name to display unit test names with make all_ut_run --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 25142441b..58f849bf7 100644 --- a/Makefile +++ b/Makefile @@ -654,6 +654,7 @@ ut_$(1)_%: $$(UT_OUT_DIR) $(V1) cd $(ROOT_DIR)/flight/tests/$(1) && \ $$(MAKE) -r --no-print-directory \ BUILD_TYPE=ut \ + BOARD_SHORT_NAME=$(1) \ TOPDIR=$(ROOT_DIR)/flight/tests/$(1) \ OUTDIR="$(UT_OUT_DIR)/$(1)" \ TARGET=$(1) \