Skip to content

Commit 720c2b1

Browse files
committed
---
yaml --- r: 36734 b: refs/heads/try2 c: fbf4349 h: refs/heads/master v: v3
1 parent e767e25 commit 720c2b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: b0fc222fda0e49d55ac3eaf0ca35a43f6d9ed626
8+
refs/heads/try2: fbf43492d55358dbe162c1ba1c40eb7ae8d48057
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
1010
refs/heads/dist-snap: 22efa39382d41b084fde1719df7ae8ce5697d8c9
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try2/mk/tests.mk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ check-stage$(1)-T-$(2)-H-$(3): \
245245
check-stage$(1)-T-$(2)-H-$(3)-rustdoc \
246246
check-stage$(1)-T-$(2)-H-$(3)-rusti \
247247
check-stage$(1)-T-$(2)-H-$(3)-cargo \
248+
check-stage$(1)-T-$(2)-H-$(3)-doc \
249+
250+
check-stage$(1)-T-$(2)-H-$(3)-doc: \
248251
check-stage$(1)-T-$(2)-H-$(3)-doc-tutorial \
249252
check-stage$(1)-T-$(2)-H-$(3)-doc-tutorial-ffi \
250253
check-stage$(1)-T-$(2)-H-$(3)-doc-tutorial-macros \
@@ -799,6 +802,9 @@ check-stage$(1)-H-$(2)-rusti: \
799802
check-stage$(1)-H-$(2)-cargo: \
800803
$$(foreach target,$$(CFG_TARGET_TRIPLES), \
801804
check-stage$(1)-T-$$(target)-H-$(2)-cargo)
805+
check-stage$(1)-H-$(2)-doc: \
806+
$$(foreach target,$$(CFG_TARGET_TRIPLES), \
807+
check-stage$(1)-T-$$(target)-H-$(2)-doc)
802808
check-stage$(1)-H-$(2)-doc-tutorial: \
803809
$$(foreach target,$$(CFG_TARGET_TRIPLES), \
804810
check-stage$(1)-T-$$(target)-H-$(2)-doc-tutorial)
@@ -925,6 +931,7 @@ check-stage$(1)-pretty-pretty: check-stage$(1)-H-$$(CFG_HOST_TRIPLE)-pretty-pret
925931
check-stage$(1)-rustdoc: check-stage$(1)-H-$$(CFG_HOST_TRIPLE)-rustdoc
926932
check-stage$(1)-rusti: check-stage$(1)-H-$$(CFG_HOST_TRIPLE)-rusti
927933
check-stage$(1)-cargo: check-stage$(1)-H-$$(CFG_HOST_TRIPLE)-cargo
934+
check-stage$(1)-doc: check-stage$(1)-H-$$(CFG_HOST_TRIPLE)-doc
928935
check-stage$(1)-doc-tutorial: check-stage$(1)-H-$$(CFG_HOST_TRIPLE)-doc-tutorial
929936
check-stage$(1)-doc-tutorial-ffi: check-stage$(1)-H-$$(CFG_HOST_TRIPLE)-doc-tutorial-ffi
930937
check-stage$(1)-doc-tutorial-macros: check-stage$(1)-H-$$(CFG_HOST_TRIPLE)-doc-tutorial-macros

0 commit comments

Comments
 (0)