Skip to content

Commit

Permalink
Explicitly mention compiletest directives are supported in rmake.rs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu authored Apr 6, 2024
1 parent 55f79b5 commit b77a34b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/compiletest.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@ with the `run_make_support` library linked in.
If you need new utilities or functionality, consider extending and improving
the [`run_make_support`] library.

Compiletest directives like `//@ only-<target>` or `//@ ignore-<target>` are supported in
`rmake.rs`, like in UI tests.

Two `run-make` tests are ported over to Rust recipes as examples:

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

0 comments on commit b77a34b

Please sign in to comment.