unit tests get board name

(cherry picked from commit a430c10ed4)
This commit is contained in:
Matthew Kennedy 2023-03-16 01:10:02 -07:00 committed by rusefillc
parent 06f10b48df
commit d71ee23d63
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ USE_OPT += -DEFI_UNIT_TEST=1 -DEFI_PROD_CODE=0 -DEFI_SIMULATOR=0
# Pretend we are all different hardware so that all canned engine configs are included
USE_OPT += -DHW_MICRO_RUSEFI=1 -DHW_PROTEUS=1 -DHW_FRANKENSO=1 -DHW_HELLEN=1
DDEFS += -DSHORT_BOARD_NAME=f407-discovery
ifeq ($(CCACHE_DIR),)
$(info No CCACHE_DIR)
else