Skip to content

Commit 1b1b3b4

Browse files
authored
Explicitly mention compiletest directives are supported in rmake.rs (rust-lang#1949)
1 parent c56637d commit 1b1b3b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/compiletest.md

+3
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,9 @@ with the `run_make_support` library linked in.
396396
If you need new utilities or functionality, consider extending and improving
397397
the [`run_make_support`] library.
398398

399+
Compiletest directives like `//@ only-<target>` or `//@ ignore-<target>` are supported in
400+
`rmake.rs`, like in UI tests.
401+
399402
Two `run-make` tests are ported over to Rust recipes as examples:
400403

401404
- <https://github.com/rust-lang/rust/tree/master/tests/run-make/CURRENT_RUSTC_VERSION>

0 commit comments

Comments
 (0)