Skip to content

Commit 546e2ae

Browse files
committed
Added libstd and libextra unit tests to check-fast target.
1 parent b8d1fa3 commit 546e2ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mk/tests.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,8 @@ $(foreach host,$(CFG_HOST_TRIPLES), \
869869
$(eval $(foreach target,$(CFG_TARGET_TRIPLES), \
870870
$(eval $(call DEF_CHECK_FAST_FOR_T_H,,$(target),$(host))))))
871871

872-
check-fast: tidy check-fast-H-$(CFG_BUILD_TRIPLE)
872+
check-fast: tidy check-fast-H-$(CFG_BUILD_TRIPLE) check-stage2-std check-stage2-extra
873+
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
873874

874875
define DEF_CHECK_FAST_FOR_H
875876

0 commit comments

Comments
 (0)