We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f40da commit cb69788Copy full SHA for cb69788
src/tests/compiletest.md
@@ -404,6 +404,18 @@ Two `run-make` tests are ported over to Rust recipes as examples:
404
- <https://github.com/rust-lang/rust/tree/master/tests/run-make/CURRENT_RUSTC_VERSION>
405
- <https://github.com/rust-lang/rust/tree/master/tests/run-make/a-b-a-linker-guard>
406
407
+#### Quickly check if `rmake.rs` tests can be compiled
408
+
409
+You can quickly check if `rmake.rs` tests can be compiled without having to
410
+build stage1 rustc by forcing `rmake.rs` to be compiled with the stage0
411
+compiler:
412
413
+```bash
414
+$ COMPILETEST_FORCE_STAGE0=1 x test --stage 0 tests/run-make/<test-name>
415
+```
416
417
+Of course, some tests will not successfully *run* in this way.
418
419
#### Using Makefiles (legacy)
420
421
> NOTE:
0 commit comments