Skip to content

Commit b77a34b

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

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)