Skip to content

Commit 40d8f26

Browse files
committed
---
yaml --- r: 2474 b: refs/heads/master c: c787d6d h: refs/heads/master v: v3
1 parent 0421c73 commit 40d8f26

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 927138016a0de9055a86b1e638f1d4e627c595d2
2+
refs/heads/master: c787d6d4f370507677cf34855a274204201506c9

trunk/mk/tests.mk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ check-stage2: tidy \
162162

163163

164164
check: tidy \
165+
$(TEST_RPASS_EXES_STAGE2) $(TEST_RFAIL_EXES_STAGE2) \
166+
$(TEST_RPASS_OUTS_STAGE2) $(TEST_RFAIL_OUTS_STAGE2) \
167+
$(TEST_CFAIL_OUTS_STAGE2)
168+
169+
full-check: tidy \
165170
$(TEST_RPASS_EXES_STAGE0) $(TEST_RFAIL_EXES_STAGE0) \
166171
$(TEST_RPASS_OUTS_STAGE0) $(TEST_RFAIL_OUTS_STAGE0) \
167172
$(TEST_CFAIL_OUTS_STAGE0) \
@@ -172,7 +177,6 @@ check: tidy \
172177
$(TEST_RPASS_OUTS_STAGE2) $(TEST_RFAIL_OUTS_STAGE2) \
173178
$(TEST_CFAIL_OUTS_STAGE2)
174179

175-
176180
compile-check: tidy \
177181
$(TEST_RPASS_EXES_STAGE0) $(TEST_RFAIL_EXES_STAGE0) \
178182
$(TEST_RPASS_EXES_STAGE1) $(TEST_RFAIL_EXES_STAGE1) \

0 commit comments

Comments
 (0)