From e4fd095a2ca9dff6ba6535f12e78121f8b72d696 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 7 Mar 2024 22:59:47 -0800 Subject: [PATCH] unit tests get a board name for now --- unit_tests/unit_test_rules.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unit_tests/unit_test_rules.mk b/unit_tests/unit_test_rules.mk index 904bee0d3b..58e5b315a4 100644 --- a/unit_tests/unit_test_rules.mk +++ b/unit_tests/unit_test_rules.mk @@ -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)