From b77a34bd46399687b4ce6a17198e9f316c988794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=9D=B0=E5=8F=8B=20Jieyou=20Xu=20=28Joe=29?= <39484203+jieyouxu@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:41:09 +0100 Subject: [PATCH] Explicitly mention compiletest directives are supported in rmake.rs (#1949) --- src/tests/compiletest.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/compiletest.md b/src/tests/compiletest.md index 41c750a29e7c6..6321d4a749289 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: -