unit tests get a board name for now

This commit is contained in:
Matthew Kennedy 2024-03-07 22:59:47 -08:00
parent 93cc79a82e
commit e4fd095a2c
1 changed files with 3 additions and 0 deletions

View File

@ -202,6 +202,9 @@ endif
# Define project name here
PROJECT = fome_test
# TODO: remove me when unit tests include board.mk
SHORT_BOARD_NAME = f407-discovery
ifeq ("$(wildcard $(UNIT_TESTS_DIR)/googletest/LICENSE)","")
$(info Invoking "git submodule update --init")
$(shell git submodule update --init)