Skip to content

Commit 9711596

Browse files
committed
Fix definition of check-stageN-all targets
1 parent 9cc2515 commit 9711596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ check-stage$(1)-H-all-bench: \
457457
endef
458458

459459
$(foreach stage,$(STAGES), \
460-
$(eval $(call DEF_CHECK_FOR_STAGE,$(stage))))
460+
$(eval $(call DEF_CHECK_ALL_FOR_STAGE,$(stage))))
461461

462462
define DEF_CHECK_FOR_STAGE
463463

0 commit comments

Comments
 (0)