Skip to content

Commit 13d34f6

Browse files
committed
---
yaml --- r: 126844 b: refs/heads/snap-stage3 c: 80b93a3 h: refs/heads/master v: v3
1 parent da38110 commit 13d34f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+9829
-1442
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 7be8f0af0393dcdb077c2f6b1653836fd3fba235
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: cf61980db2e2291e335094aa3fd675e219bb3c3f
4+
refs/heads/snap-stage3: 80b93a3b85a620716fc1b7711d96c0c00f496faa
55
refs/heads/try: 502e4c045236682e9728539dc0d2b3d0b237f55c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/mk/tests.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,14 @@ check-docs: cleantestlibs cleantmptestlogs check-stage2-docs
192192
# NOTE: Remove after reprogramming windows bots
193193
check-fast: check-lite
194194

195+
check-all: check check-secondary
196+
197+
check-secondary: check-syntax check-pretty
198+
195199
check-syntax: check-lexer
196200

201+
check-pretty: check-stage2-T-$(CFG_BUILD)-H-$(CFG_BUILD)-pretty-exec
202+
197203
.PHONY: cleantmptestlogs cleantestlibs
198204

199205
cleantmptestlogs:

0 commit comments

Comments
 (0)