aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/test-suite.rst
diff options
Diffstat (limited to 'Documentation/test-suite.rst')
-rw-r--r--Documentation/test-suite.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/test-suite.rst b/Documentation/test-suite.rst
index 333106ee..4ff2db2f 100644
--- a/Documentation/test-suite.rst
+++ b/Documentation/test-suite.rst
@@ -88,6 +88,14 @@ Tag's syntax
of the number of times the pattern should occur in the output.
If *min* or *max* is ``-`` the corresponding check is ignored.
+``check-output-match(``\ *start*\ ``):`` *pattern*
+
+ Check that in the output (stdout) all lines starting with the
+ first pattern also contains the second pattern. This should be
+ reserved for matching IR instructions since the '.$size' suffix
+ is ignored in the first pattern but is expected to be followed
+ by a space character.
+
Using test-suite
================