Print correct test names (#26160)

This commit is contained in:
Joel Challis
2026-04-19 01:37:12 +01:00
committed by GitHub
parent 1182760a7c
commit 21c193f77b
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -300,6 +300,7 @@ endef
define BUILD_TEST
TEST_PATH := $1
TEST_NAME := $$(notdir $$(TEST_PATH))
TEST_ID := $$(patsubst ./tests/%,%,$$(TEST_PATH))
TEST_FULL_NAME := $$(subst /,_,$$(patsubst $$(ROOT_DIR)tests/%,%,$$(TEST_PATH)))
MAKE_TARGET := $2
COMMAND := $1