aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/test-suite
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-09-11 06:19:07 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-08 10:51:02 +0100
commitd5aa4d326b9d7e9ee8ae3d1d430fff574c3e1d6f (patch)
tree8238e7d0f8a4c801f70b9cabfa616af529d1885a /Documentation/test-suite
parent893581b46dd9563aa5df0020f668b369103334ec (diff)
downloadsparse-dev-d5aa4d326b9d7e9ee8ae3d1d430fff574c3e1d6f.tar.gz
testsuite: allow arch-specific tests
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation/test-suite')
-rw-r--r--Documentation/test-suite5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/test-suite b/Documentation/test-suite
index d9d2ea52..160fed31 100644
--- a/Documentation/test-suite
+++ b/Documentation/test-suite
@@ -22,6 +22,11 @@ check-command: <command arg ...>
run time.
It defaults to "sparse $file".
+check-arch-ignore: <arch[|...]>
+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-exit-value: <value>
The expected exit value of check-command. It defaults to 0.