From 44ef9ba8a80714ea73962207fa0172ff53c2822b 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?= Date: Wed, 27 Mar 2024 22:25:31 +0000 Subject: [PATCH] Explicitly mention compiletest directives are supported in rmake.rs --- src/tests/compiletest.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/compiletest.md b/src/tests/compiletest.md index 175e23b12..d381a103d 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: -