[Intel-gfx] [PATCH i-g-t 4/5] testdisplay: Handle subtest documentation flags
Petri Latvala
petri.latvala at intel.com
Thu Aug 10 10:26:50 UTC 2017
testdisplay has no subtests so hook them to existing subtest handling.
Signed-off-by: Petri Latvala <petri.latvala at intel.com>
---
tests/testdisplay.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/testdisplay.c b/tests/testdisplay.c
index f2a41fa..85b118f 100644
--- a/tests/testdisplay.c
+++ b/tests/testdisplay.c
@@ -623,6 +623,8 @@ int main(int argc, char **argv)
struct option long_opts[] = {
{"list-subtests", 0, 0, SUBTEST_OPTS},
{"run-subtest", 1, 0, SUBTEST_OPTS},
+ {"document-all-subtests", 0, 0, SUBTEST_OPTS},
+ {"document-subtest", 1, 0, SUBTEST_OPTS},
{"help-description", 0, 0, HELP_DESCRIPTION},
{"help", 0, 0, 'h'},
{"yb", 0, 0, Yb_OPT},
--
2.9.3
More information about the Intel-gfx
mailing list