aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/test-suite4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/test-suite b/Documentation/test-suite
index 626bc3fe..bf4518a2 100644
--- a/Documentation/test-suite
+++ b/Documentation/test-suite
@@ -27,6 +27,10 @@ check-arch-only: <arch[|...]>
Ignore the test if the current architecture (as returned by 'uname -m')
match or not one of the archs given in the pattern.
+check-assert: <condition>
+ Ignore the test if the given condition is false when evaluated as a
+ static assertion (_Static_assert).
+
check-cpp-if: <condition>
Ignore the test if the given condition is false when evaluated
by sparse's pre-processor.