aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/test-suite
diff options
Diffstat (limited to 'Documentation/test-suite')
-rw-r--r--Documentation/test-suite4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/test-suite b/Documentation/test-suite
index 1315dbd6..626bc3fe 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-cpp-if: <condition>
+ Ignore the test if the given condition is false when evaluated
+ by sparse's pre-processor.
+
check-exit-value: <value>
The expected exit value of check-command. It defaults to 0.