File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 927138016a0de9055a86b1e638f1d4e627c595d2
2
+ refs/heads/master: c787d6d4f370507677cf34855a274204201506c9
Original file line number Diff line number Diff line change @@ -162,6 +162,11 @@ check-stage2: tidy \
162
162
163
163
164
164
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 \
165
170
$(TEST_RPASS_EXES_STAGE0) $(TEST_RFAIL_EXES_STAGE0) \
166
171
$(TEST_RPASS_OUTS_STAGE0) $(TEST_RFAIL_OUTS_STAGE0) \
167
172
$(TEST_CFAIL_OUTS_STAGE0) \
@@ -172,7 +177,6 @@ check: tidy \
172
177
$(TEST_RPASS_OUTS_STAGE2) $(TEST_RFAIL_OUTS_STAGE2) \
173
178
$(TEST_CFAIL_OUTS_STAGE2)
174
179
175
-
176
180
compile-check : tidy \
177
181
$(TEST_RPASS_EXES_STAGE0) $(TEST_RFAIL_EXES_STAGE0) \
178
182
$(TEST_RPASS_EXES_STAGE1) $(TEST_RFAIL_EXES_STAGE1) \
You can’t perform that action at this time.
0 commit comments