diff --git a/src/tests/compiletest.md b/src/tests/compiletest.md index 41c750a29..6321d4a74 100644 --- a/src/tests/compiletest.md +++ b/src/tests/compiletest.md @@ -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-` or `//@ ignore-` are supported in +`rmake.rs`, like in UI tests. + Two `run-make` tests are ported over to Rust recipes as examples: -