We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c6ed5 commit 414b312Copy full SHA for 414b312
mk/tests.mk
@@ -179,10 +179,7 @@ check-notidy: cleantmptestlogs cleantestlibs all check-stage2
179
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
180
181
# A slightly smaller set of tests for smoke testing.
182
-check-lite: cleantestlibs cleantmptestlogs \
183
- $(foreach crate,$(TEST_TARGET_CRATES),check-stage2-$(crate)) \
184
- check-stage2-rpass \
185
- check-stage2-rfail check-stage2-cfail check-stage2-rmake
+check-lite: cleantestlibs cleantmptestlogs check-stage1-debuginfo-gdb
186
187
188
# Only check the 'reference' tests: rpass/cfail/rfail/rmake.
0 commit comments